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