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