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