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