public class ExecNewPodHookAssert extends AbstractExecNewPodHookAssert<ExecNewPodHookAssert,io.fabric8.openshift.api.model.ExecNewPodHook>
ExecNewPodHook
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractExecNewPodHookAssert
instead.Constructor and Description |
---|
ExecNewPodHookAssert(io.fabric8.openshift.api.model.ExecNewPodHook actual)
Creates a new
to make assertions on actual ExecNewPodHook. |
Modifier and Type | Method and Description |
---|---|
static ExecNewPodHookAssert |
assertThat(io.fabric8.openshift.api.model.ExecNewPodHook actual)
An entry point for ExecNewPodHookAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myExecNewPodHook) and get specific assertion with code completion. |
additionalProperties, command, containerName, env, volumes
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public ExecNewPodHookAssert(io.fabric8.openshift.api.model.ExecNewPodHook actual)
ExecNewPodHookAssert
to make assertions on actual ExecNewPodHook.actual
- the ExecNewPodHook we want to make assertions on.public static ExecNewPodHookAssert assertThat(io.fabric8.openshift.api.model.ExecNewPodHook actual)
assertThat()
statements.assertThat(myExecNewPodHook)
and get specific assertion with code completion.actual
- the ExecNewPodHook we want to make assertions on.ExecNewPodHookAssert
Copyright © 2011–2016 Red Hat. All rights reserved.