public class OpenshiftClusterRoleAssert extends AbstractOpenshiftClusterRoleAssert<OpenshiftClusterRoleAssert,io.fabric8.openshift.api.model.OpenshiftClusterRole>
OpenshiftClusterRole specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractOpenshiftClusterRoleAssert instead.| Constructor and Description |
|---|
OpenshiftClusterRoleAssert(io.fabric8.openshift.api.model.OpenshiftClusterRole actual)
Creates a new
to make assertions on actual OpenshiftClusterRole. |
| Modifier and Type | Method and Description |
|---|---|
static OpenshiftClusterRoleAssert |
assertThat(io.fabric8.openshift.api.model.OpenshiftClusterRole actual)
An entry point for OpenshiftClusterRoleAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myOpenshiftClusterRole) and get specific assertion with code completion. |
additionalProperties, aggregationRule, apiVersion, kind, metadata, rulesasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic OpenshiftClusterRoleAssert(io.fabric8.openshift.api.model.OpenshiftClusterRole actual)
OpenshiftClusterRoleAssert to make assertions on actual OpenshiftClusterRole.actual - the OpenshiftClusterRole we want to make assertions on.public static OpenshiftClusterRoleAssert assertThat(io.fabric8.openshift.api.model.OpenshiftClusterRole actual)
assertThat() statements.assertThat(myOpenshiftClusterRole) and get specific assertion with code completion.actual - the OpenshiftClusterRole we want to make assertions on.OpenshiftClusterRoleAssertCopyright © 2020. All rights reserved.