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