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