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