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