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