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