public class PodListBuilderAssert extends AbstractPodListBuilderAssert<PodListBuilderAssert,io.fabric8.kubernetes.api.model.PodListBuilder>
PodListBuilder specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPodListBuilderAssert instead.| Constructor and Description |
|---|
PodListBuilderAssert(io.fabric8.kubernetes.api.model.PodListBuilder actual)
Creates a new
to make assertions on actual PodListBuilder. |
| Modifier and Type | Method and Description |
|---|---|
static PodListBuilderAssert |
assertThat(io.fabric8.kubernetes.api.model.PodListBuilder actual)
An entry point for PodListBuilderAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPodListBuilder) and get specific assertion with code completion. |
hasAdditionalProperties, hasAnnotations, hasApiVersion, hasCreationTimestamp, hasId, hasItems, hasKind, hasNamespace, hasNoItems, hasResourceVersion, hasSelfLink, hasUidas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic PodListBuilderAssert(io.fabric8.kubernetes.api.model.PodListBuilder actual)
PodListBuilderAssert to make assertions on actual PodListBuilder.actual - the PodListBuilder we want to make assertions on.public static PodListBuilderAssert assertThat(io.fabric8.kubernetes.api.model.PodListBuilder actual)
assertThat() statements.assertThat(myPodListBuilder) and get specific assertion with code completion.actual - the PodListBuilder we want to make assertions on.PodListBuilderAssertCopyright © 2011–2015 Red Hat. All rights reserved.