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