public class EditableNFSVolumeSourceAssert extends AbstractEditableNFSVolumeSourceAssert<EditableNFSVolumeSourceAssert,io.fabric8.kubernetes.api.model.EditableNFSVolumeSource>
EditableNFSVolumeSource specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditableNFSVolumeSourceAssert instead.| Constructor and Description |
|---|
EditableNFSVolumeSourceAssert(io.fabric8.kubernetes.api.model.EditableNFSVolumeSource actual)
Creates a new
to make assertions on actual EditableNFSVolumeSource. |
| Modifier and Type | Method and Description |
|---|---|
static EditableNFSVolumeSourceAssert |
assertThat(io.fabric8.kubernetes.api.model.EditableNFSVolumeSource actual)
An entry point for EditableNFSVolumeSourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditableNFSVolumeSource) and get specific assertion with code completion. |
hasAdditionalProperties, hasPath, hasReadOnly, hasServeras, 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, usingDefaultComparatorpublic EditableNFSVolumeSourceAssert(io.fabric8.kubernetes.api.model.EditableNFSVolumeSource actual)
EditableNFSVolumeSourceAssert to make assertions on actual EditableNFSVolumeSource.actual - the EditableNFSVolumeSource we want to make assertions on.public static EditableNFSVolumeSourceAssert assertThat(io.fabric8.kubernetes.api.model.EditableNFSVolumeSource actual)
assertThat() statements.assertThat(myEditableNFSVolumeSource) and get specific assertion with code completion.actual - the EditableNFSVolumeSource we want to make assertions on.EditableNFSVolumeSourceAssertCopyright © 2011–2016 Red Hat. All rights reserved.