public abstract class AbstractGCEPersistentDiskVolumeSourceAssert<S extends AbstractGCEPersistentDiskVolumeSourceAssert<S,A>,A extends io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSource>
extends org.assertj.core.api.AbstractAssert<S,A>
GCEPersistentDiskVolumeSource
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractGCEPersistentDiskVolumeSourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual GCEPersistentDiskVolumeSource. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual GCEPersistentDiskVolumeSource's additionalProperties is equal to the given one.
|
S |
hasFsType(String fsType)
Verifies that the actual GCEPersistentDiskVolumeSource's fsType is equal to the given one.
|
S |
hasPartition(Integer partition)
Verifies that the actual GCEPersistentDiskVolumeSource's partition is equal to the given one.
|
S |
hasPdName(String pdName)
Verifies that the actual GCEPersistentDiskVolumeSource's pdName is equal to the given one.
|
S |
hasReadOnly(Boolean readOnly)
Verifies that the actual GCEPersistentDiskVolumeSource's readOnly 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 AbstractGCEPersistentDiskVolumeSourceAssert(A actual, Class<S> selfType)
AbstractGCEPersistentDiskVolumeSourceAssert
to make assertions on actual GCEPersistentDiskVolumeSource.actual
- the GCEPersistentDiskVolumeSource we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual GCEPersistentDiskVolumeSource's additionalProperties to.AssertionError
- - if the actual GCEPersistentDiskVolumeSource's additionalProperties is not equal to the given one.public S hasFsType(String fsType)
fsType
- the given fsType to compare the actual GCEPersistentDiskVolumeSource's fsType to.AssertionError
- - if the actual GCEPersistentDiskVolumeSource's fsType is not equal to the given one.public S hasPartition(Integer partition)
partition
- the given partition to compare the actual GCEPersistentDiskVolumeSource's partition to.AssertionError
- - if the actual GCEPersistentDiskVolumeSource's partition is not equal to the given one.public S hasPdName(String pdName)
pdName
- the given pdName to compare the actual GCEPersistentDiskVolumeSource's pdName to.AssertionError
- - if the actual GCEPersistentDiskVolumeSource's pdName is not equal to the given one.public S hasReadOnly(Boolean readOnly)
readOnly
- the given readOnly to compare the actual GCEPersistentDiskVolumeSource's readOnly to.AssertionError
- - if the actual GCEPersistentDiskVolumeSource's readOnly is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.