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