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