public abstract class AbstractVolumeSourceFluentAssert<S extends AbstractVolumeSourceFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.VolumeSourceFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
VolumeSourceFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractVolumeSourceFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual VolumeSourceFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual VolumeSourceFluent's additionalProperties is equal to the given one.
|
S |
hasEmptyDir(io.fabric8.kubernetes.api.model.EmptyDir emptyDir)
Verifies that the actual VolumeSourceFluent's emptyDir is equal to the given one.
|
S |
hasGitRepo(io.fabric8.kubernetes.api.model.GitRepo gitRepo)
Verifies that the actual VolumeSourceFluent's gitRepo is equal to the given one.
|
S |
hasHostDir(io.fabric8.kubernetes.api.model.HostDir hostDir)
Verifies that the actual VolumeSourceFluent's hostDir is equal to the given one.
|
S |
hasPersistentDisk(io.fabric8.kubernetes.api.model.GCEPersistentDisk persistentDisk)
Verifies that the actual VolumeSourceFluent's persistentDisk 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 AbstractVolumeSourceFluentAssert(A actual, Class<S> selfType)
AbstractVolumeSourceFluentAssert
to make assertions on actual VolumeSourceFluent.actual
- the VolumeSourceFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual VolumeSourceFluent's additionalProperties to.AssertionError
- - if the actual VolumeSourceFluent's additionalProperties is not equal to the given one.public S hasEmptyDir(io.fabric8.kubernetes.api.model.EmptyDir emptyDir)
emptyDir
- the given emptyDir to compare the actual VolumeSourceFluent's emptyDir to.AssertionError
- - if the actual VolumeSourceFluent's emptyDir is not equal to the given one.public S hasGitRepo(io.fabric8.kubernetes.api.model.GitRepo gitRepo)
gitRepo
- the given gitRepo to compare the actual VolumeSourceFluent's gitRepo to.AssertionError
- - if the actual VolumeSourceFluent's gitRepo is not equal to the given one.public S hasHostDir(io.fabric8.kubernetes.api.model.HostDir hostDir)
hostDir
- the given hostDir to compare the actual VolumeSourceFluent's hostDir to.AssertionError
- - if the actual VolumeSourceFluent's hostDir is not equal to the given one.public S hasPersistentDisk(io.fabric8.kubernetes.api.model.GCEPersistentDisk persistentDisk)
persistentDisk
- the given persistentDisk to compare the actual VolumeSourceFluent's persistentDisk to.AssertionError
- - if the actual VolumeSourceFluent's persistentDisk is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.