public class EndpointSubsetFluentImplAssert extends AbstractEndpointSubsetFluentImplAssert<EndpointSubsetFluentImplAssert,io.fabric8.kubernetes.api.model.EndpointSubsetFluentImpl>
EndpointSubsetFluentImpl
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEndpointSubsetFluentImplAssert
instead.Constructor and Description |
---|
EndpointSubsetFluentImplAssert(io.fabric8.kubernetes.api.model.EndpointSubsetFluentImpl actual)
Creates a new
to make assertions on actual EndpointSubsetFluentImpl. |
Modifier and Type | Method and Description |
---|---|
static EndpointSubsetFluentImplAssert |
assertThat(io.fabric8.kubernetes.api.model.EndpointSubsetFluentImpl actual)
An entry point for EndpointSubsetFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEndpointSubsetFluentImpl) and get specific assertion with code completion. |
doesNotHaveAddresses, doesNotHaveNotReadyAddresses, doesNotHavePorts, hasAdditionalProperties, hasAddresses, hasNoAddresses, hasNoNotReadyAddresses, hasNoPorts, hasNotReadyAddresses, hasOnlyAddresses, hasOnlyNotReadyAddresses, hasOnlyPorts, hasPorts
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 EndpointSubsetFluentImplAssert(io.fabric8.kubernetes.api.model.EndpointSubsetFluentImpl actual)
EndpointSubsetFluentImplAssert
to make assertions on actual EndpointSubsetFluentImpl.actual
- the EndpointSubsetFluentImpl we want to make assertions on.public static EndpointSubsetFluentImplAssert assertThat(io.fabric8.kubernetes.api.model.EndpointSubsetFluentImpl actual)
assertThat()
statements.assertThat(myEndpointSubsetFluentImpl)
and get specific assertion with code completion.actual
- the EndpointSubsetFluentImpl we want to make assertions on.EndpointSubsetFluentImplAssert
Copyright © 2011–2016 Red Hat. All rights reserved.