public abstract class AbstractPersistentVolumeClaimSpecAssert<S extends AbstractPersistentVolumeClaimSpecAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PersistentVolumeClaimSpec>
extends org.assertj.core.api.AbstractAssert<S,A>
PersistentVolumeClaimSpec
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractPersistentVolumeClaimSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PersistentVolumeClaimSpec. |
Modifier and Type | Method and Description |
---|---|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
accessModes()
Navigates to the property accessModes so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
ResourceRequirementsAssert |
resources()
Navigates to the property resources so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
volumeName()
Navigates to the property volumeName so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractPersistentVolumeClaimSpecAssert(A actual, Class<S> selfType)
AbstractPersistentVolumeClaimSpecAssert
to make assertions on actual PersistentVolumeClaimSpec.actual
- the PersistentVolumeClaimSpec we want to make assertions on.public NavigationListAssert<String,org.assertj.core.api.StringAssert> accessModes()
public org.assertj.core.api.MapAssert additionalProperties()
public ResourceRequirementsAssert resources()
public org.assertj.core.api.StringAssert volumeName()
Copyright © 2011–2016 Red Hat. All rights reserved.