public class PodSelectorFluentAssert extends AbstractPodSelectorFluentAssert<PodSelectorFluentAssert,io.fabric8.kubernetes.api.model.extensions.PodSelectorFluent>
PodSelectorFluent specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPodSelectorFluentAssert instead.| Constructor and Description |
|---|
PodSelectorFluentAssert(io.fabric8.kubernetes.api.model.extensions.PodSelectorFluent actual)
Creates a new
to make assertions on actual PodSelectorFluent. |
| Modifier and Type | Method and Description |
|---|---|
static PodSelectorFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.PodSelectorFluent actual)
An entry point for PodSelectorFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPodSelectorFluent) and get specific assertion with code completion. |
doesNotHaveMatchExpressions, hasAdditionalProperties, hasMatchExpressions, hasMatchLabels, hasNoMatchExpressions, hasOnlyMatchExpressionsas, 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 PodSelectorFluentAssert(io.fabric8.kubernetes.api.model.extensions.PodSelectorFluent actual)
PodSelectorFluentAssert to make assertions on actual PodSelectorFluent.actual - the PodSelectorFluent we want to make assertions on.public static PodSelectorFluentAssert assertThat(io.fabric8.kubernetes.api.model.extensions.PodSelectorFluent actual)
assertThat() statements.assertThat(myPodSelectorFluent) and get specific assertion with code completion.actual - the PodSelectorFluent we want to make assertions on.PodSelectorFluentAssertCopyright © 2011–2015 Red Hat. All rights reserved.