public abstract class AbstractRBDVolumeSourceAssert<S extends AbstractRBDVolumeSourceAssert<S,A>,A extends io.fabric8.kubernetes.api.model.RBDVolumeSource>
extends org.assertj.core.api.AbstractAssert<S,A>
RBDVolumeSource
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractRBDVolumeSourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RBDVolumeSource. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual RBDVolumeSource's additionalProperties is equal to the given one.
|
S |
hasFsType(String fsType)
Verifies that the actual RBDVolumeSource's fsType is equal to the given one.
|
S |
hasImage(String image)
Verifies that the actual RBDVolumeSource's image is equal to the given one.
|
S |
hasKeyring(String keyring)
Verifies that the actual RBDVolumeSource's keyring is equal to the given one.
|
S |
hasMonitors(String... monitors)
Verifies that the actual RBDVolumeSource's monitors contains the given String elements.
|
S |
hasNoMonitors()
Verifies that the actual RBDVolumeSource has no monitors.
|
S |
hasPool(String pool)
Verifies that the actual RBDVolumeSource's pool is equal to the given one.
|
S |
hasReadOnly(Boolean readOnly)
Verifies that the actual RBDVolumeSource's readOnly is equal to the given one.
|
S |
hasSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference secretRef)
Verifies that the actual RBDVolumeSource's secretRef is equal to the given one.
|
S |
hasUser(String user)
Verifies that the actual RBDVolumeSource's user 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 AbstractRBDVolumeSourceAssert(A actual, Class<S> selfType)
AbstractRBDVolumeSourceAssert
to make assertions on actual RBDVolumeSource.actual
- the RBDVolumeSource we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual RBDVolumeSource's additionalProperties to.AssertionError
- - if the actual RBDVolumeSource's additionalProperties is not equal to the given one.public S hasFsType(String fsType)
fsType
- the given fsType to compare the actual RBDVolumeSource's fsType to.AssertionError
- - if the actual RBDVolumeSource's fsType is not equal to the given one.public S hasImage(String image)
image
- the given image to compare the actual RBDVolumeSource's image to.AssertionError
- - if the actual RBDVolumeSource's image is not equal to the given one.public S hasKeyring(String keyring)
keyring
- the given keyring to compare the actual RBDVolumeSource's keyring to.AssertionError
- - if the actual RBDVolumeSource's keyring is not equal to the given one.public S hasMonitors(String... monitors)
monitors
- the given elements that should be contained in actual RBDVolumeSource's monitors.AssertionError
- if the actual RBDVolumeSource's monitors does not contain all given String elements.public S hasNoMonitors()
AssertionError
- if the actual RBDVolumeSource's monitors is not empty.public S hasPool(String pool)
pool
- the given pool to compare the actual RBDVolumeSource's pool to.AssertionError
- - if the actual RBDVolumeSource's pool is not equal to the given one.public S hasReadOnly(Boolean readOnly)
readOnly
- the given readOnly to compare the actual RBDVolumeSource's readOnly to.AssertionError
- - if the actual RBDVolumeSource's readOnly is not equal to the given one.public S hasSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference secretRef)
secretRef
- the given secretRef to compare the actual RBDVolumeSource's secretRef to.AssertionError
- - if the actual RBDVolumeSource's secretRef is not equal to the given one.public S hasUser(String user)
user
- the given user to compare the actual RBDVolumeSource's user to.AssertionError
- - if the actual RBDVolumeSource's user is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.