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