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