public abstract class AbstractRouteSpecAssert<S extends AbstractRouteSpecAssert<S,A>,A extends io.fabric8.openshift.api.model.RouteSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
RouteSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractRouteSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RouteSpec. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.RouteTargetReference,RouteTargetReferenceAssert> |
alternateBackends()
Navigates to the property alternateBackends so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
host()
Navigates to the property host so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
path()
Navigates to the property path so that assertions can be done on it
|
RoutePortAssert |
port()
Navigates to the property port so that assertions can be done on it
|
TLSConfigAssert |
tls()
Navigates to the property tls so that assertions can be done on it
|
RouteTargetReferenceAssert |
to()
Navigates to the property to so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
wildcardPolicy()
Navigates to the property wildcardPolicy so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractRouteSpecAssert(A actual, Class<S> selfType)
AbstractRouteSpecAssert
to make assertions on actual RouteSpec.actual
- the RouteSpec we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<io.fabric8.openshift.api.model.RouteTargetReference,RouteTargetReferenceAssert> alternateBackends()
public org.assertj.core.api.StringAssert host()
public org.assertj.core.api.StringAssert path()
public RoutePortAssert port()
public TLSConfigAssert tls()
public RouteTargetReferenceAssert to()
public org.assertj.core.api.StringAssert wildcardPolicy()
Copyright © 2011–2017 Red Hat. All rights reserved.