public abstract class AbstractVsphereVirtualDiskVolumeSourceAssert<S extends AbstractVsphereVirtualDiskVolumeSourceAssert<S,A>,A extends io.fabric8.kubernetes.api.model.VsphereVirtualDiskVolumeSource>
extends org.assertj.core.api.AbstractAssert<S,A>
VsphereVirtualDiskVolumeSource
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractVsphereVirtualDiskVolumeSourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual VsphereVirtualDiskVolumeSource. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
fsType()
Navigates to the property fsType so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
storagePolicyID()
Navigates to the property storagePolicyID so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
storagePolicyName()
Navigates to the property storagePolicyName so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
volumePath()
Navigates to the property volumePath so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractVsphereVirtualDiskVolumeSourceAssert(A actual, Class<S> selfType)
AbstractVsphereVirtualDiskVolumeSourceAssert
to make assertions on actual VsphereVirtualDiskVolumeSource.actual
- the VsphereVirtualDiskVolumeSource we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert fsType()
public org.assertj.core.api.StringAssert storagePolicyID()
public org.assertj.core.api.StringAssert storagePolicyName()
public org.assertj.core.api.StringAssert volumePath()
Copyright © 2020. All rights reserved.