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