public class RoleBindingFluentImplAssert extends AbstractRoleBindingFluentImplAssert<RoleBindingFluentImplAssert,io.fabric8.openshift.api.model.RoleBindingFluentImpl>
RoleBindingFluentImpl specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractRoleBindingFluentImplAssert instead.| Constructor and Description |
|---|
RoleBindingFluentImplAssert(io.fabric8.openshift.api.model.RoleBindingFluentImpl actual)
Creates a new
to make assertions on actual RoleBindingFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
static RoleBindingFluentImplAssert |
assertThat(io.fabric8.openshift.api.model.RoleBindingFluentImpl actual)
An entry point for RoleBindingFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myRoleBindingFluentImpl) and get specific assertion with code completion. |
doesNotHaveGroupNames, doesNotHaveSubjects, doesNotHaveUserNames, hasAdditionalProperties, hasApiVersion, hasGroupNames, hasKind, hasMetadata, hasNoGroupNames, hasNoSubjects, hasNoUserNames, hasOnlyGroupNames, hasOnlySubjects, hasOnlyUserNames, hasRoleRef, hasSubjects, hasUserNamesas, 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 RoleBindingFluentImplAssert(io.fabric8.openshift.api.model.RoleBindingFluentImpl actual)
RoleBindingFluentImplAssert to make assertions on actual RoleBindingFluentImpl.actual - the RoleBindingFluentImpl we want to make assertions on.public static RoleBindingFluentImplAssert assertThat(io.fabric8.openshift.api.model.RoleBindingFluentImpl actual)
assertThat() statements.assertThat(myRoleBindingFluentImpl) and get specific assertion with code completion.actual - the RoleBindingFluentImpl we want to make assertions on.RoleBindingFluentImplAssertCopyright © 2011–2015 Red Hat. All rights reserved.