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