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