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