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