public abstract class AbstractDownwardAPIVolumeFileAssert<S extends AbstractDownwardAPIVolumeFileAssert<S,A>,A extends io.fabric8.kubernetes.api.model.DownwardAPIVolumeFile>
extends org.assertj.core.api.AbstractAssert<S,A>
DownwardAPIVolumeFile
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDownwardAPIVolumeFileAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DownwardAPIVolumeFile. |
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
|
ObjectFieldSelectorAssert |
fieldRef()
Navigates to the property fieldRef so that assertions can be done on it
|
S |
hasMode(Integer mode)
Verifies that the actual DownwardAPIVolumeFile's mode is equal to the given one.
|
org.assertj.core.api.StringAssert |
path()
Navigates to the property path so that assertions can be done on it
|
ResourceFieldSelectorAssert |
resourceFieldRef()
Navigates to the property resourceFieldRef 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 AbstractDownwardAPIVolumeFileAssert(A actual, Class<S> selfType)
AbstractDownwardAPIVolumeFileAssert
to make assertions on actual DownwardAPIVolumeFile.actual
- the DownwardAPIVolumeFile we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public ObjectFieldSelectorAssert fieldRef()
public S hasMode(Integer mode)
mode
- the given mode to compare the actual DownwardAPIVolumeFile's mode to.AssertionError
- - if the actual DownwardAPIVolumeFile's mode is not equal to the given one.public org.assertj.core.api.StringAssert path()
public ResourceFieldSelectorAssert resourceFieldRef()
Copyright © 2011–2017 Red Hat. All rights reserved.