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