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