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