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