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