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