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