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