public class StorageOSVolumeSourceAssert extends AbstractStorageOSVolumeSourceAssert<StorageOSVolumeSourceAssert,io.fabric8.kubernetes.api.model.StorageOSVolumeSource>
StorageOSVolumeSource
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractStorageOSVolumeSourceAssert
instead.Constructor and Description |
---|
StorageOSVolumeSourceAssert(io.fabric8.kubernetes.api.model.StorageOSVolumeSource actual)
Creates a new
to make assertions on actual StorageOSVolumeSource. |
Modifier and Type | Method and Description |
---|---|
static StorageOSVolumeSourceAssert |
assertThat(io.fabric8.kubernetes.api.model.StorageOSVolumeSource actual)
An entry point for StorageOSVolumeSourceAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myStorageOSVolumeSource) and get specific assertion with code completion. |
additionalProperties, fsType, readOnly, secretRef, volumeName, volumeNamespace
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
public StorageOSVolumeSourceAssert(io.fabric8.kubernetes.api.model.StorageOSVolumeSource actual)
StorageOSVolumeSourceAssert
to make assertions on actual StorageOSVolumeSource.actual
- the StorageOSVolumeSource we want to make assertions on.public static StorageOSVolumeSourceAssert assertThat(io.fabric8.kubernetes.api.model.StorageOSVolumeSource actual)
assertThat()
statements.assertThat(myStorageOSVolumeSource)
and get specific assertion with code completion.actual
- the StorageOSVolumeSource we want to make assertions on.StorageOSVolumeSourceAssert
Copyright © 2020. All rights reserved.