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