public abstract class AbstractTLSConfigFluentAssert<S extends AbstractTLSConfigFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.TLSConfigFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
TLSConfigFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractTLSConfigFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual TLSConfigFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual TLSConfigFluent's additionalProperties is equal to the given one.
|
S |
hasCaCertificate(String caCertificate)
Verifies that the actual TLSConfigFluent's caCertificate is equal to the given one.
|
S |
hasCertificate(String certificate)
Verifies that the actual TLSConfigFluent's certificate is equal to the given one.
|
S |
hasDestinationCACertificate(String destinationCACertificate)
Verifies that the actual TLSConfigFluent's destinationCACertificate is equal to the given one.
|
S |
hasInsecureEdgeTerminationPolicy(String insecureEdgeTerminationPolicy)
Verifies that the actual TLSConfigFluent's insecureEdgeTerminationPolicy is equal to the given one.
|
S |
hasKey(String key)
Verifies that the actual TLSConfigFluent's key is equal to the given one.
|
S |
hasTermination(String termination)
Verifies that the actual TLSConfigFluent's termination is equal to the given one.
|
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
protected AbstractTLSConfigFluentAssert(A actual, Class<S> selfType)
AbstractTLSConfigFluentAssert
to make assertions on actual TLSConfigFluent.actual
- the TLSConfigFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual TLSConfigFluent's additionalProperties to.AssertionError
- - if the actual TLSConfigFluent's additionalProperties is not equal to the given one.public S hasCaCertificate(String caCertificate)
caCertificate
- the given caCertificate to compare the actual TLSConfigFluent's caCertificate to.AssertionError
- - if the actual TLSConfigFluent's caCertificate is not equal to the given one.public S hasCertificate(String certificate)
certificate
- the given certificate to compare the actual TLSConfigFluent's certificate to.AssertionError
- - if the actual TLSConfigFluent's certificate is not equal to the given one.public S hasDestinationCACertificate(String destinationCACertificate)
destinationCACertificate
- the given destinationCACertificate to compare the actual TLSConfigFluent's destinationCACertificate to.AssertionError
- - if the actual TLSConfigFluent's destinationCACertificate is not equal to the given one.public S hasInsecureEdgeTerminationPolicy(String insecureEdgeTerminationPolicy)
insecureEdgeTerminationPolicy
- the given insecureEdgeTerminationPolicy to compare the actual TLSConfigFluent's insecureEdgeTerminationPolicy to.AssertionError
- - if the actual TLSConfigFluent's insecureEdgeTerminationPolicy is not equal to the given one.public S hasKey(String key)
key
- the given key to compare the actual TLSConfigFluent's key to.AssertionError
- - if the actual TLSConfigFluent's key is not equal to the given one.public S hasTermination(String termination)
termination
- the given termination to compare the actual TLSConfigFluent's termination to.AssertionError
- - if the actual TLSConfigFluent's termination is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.