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