public class PodSelectorRequirementFluentAssert extends AbstractPodSelectorRequirementFluentAssert<PodSelectorRequirementFluentAssert,io.fabric8.kubernetes.api.model.extensions.PodSelectorRequirementFluent>
PodSelectorRequirementFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractPodSelectorRequirementFluentAssert
instead.Constructor and Description |
---|
PodSelectorRequirementFluentAssert(io.fabric8.kubernetes.api.model.extensions.PodSelectorRequirementFluent actual)
Creates a new
to make assertions on actual PodSelectorRequirementFluent. |
Modifier and Type | Method and Description |
---|---|
static PodSelectorRequirementFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.PodSelectorRequirementFluent actual)
An entry point for PodSelectorRequirementFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myPodSelectorRequirementFluent) and get specific assertion with code completion. |
doesNotHaveValues, hasAdditionalProperties, hasKey, hasNoValues, hasOnlyValues, hasOperator, hasValues
as, 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, usingDefaultComparator
public PodSelectorRequirementFluentAssert(io.fabric8.kubernetes.api.model.extensions.PodSelectorRequirementFluent actual)
PodSelectorRequirementFluentAssert
to make assertions on actual PodSelectorRequirementFluent.actual
- the PodSelectorRequirementFluent we want to make assertions on.public static PodSelectorRequirementFluentAssert assertThat(io.fabric8.kubernetes.api.model.extensions.PodSelectorRequirementFluent actual)
assertThat()
statements.assertThat(myPodSelectorRequirementFluent)
and get specific assertion with code completion.actual
- the PodSelectorRequirementFluent we want to make assertions on.PodSelectorRequirementFluentAssert
Copyright © 2011–2016 Red Hat. All rights reserved.