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