public class ClusterRoleBindingAssert extends AbstractClusterRoleBindingAssert<ClusterRoleBindingAssert,io.fabric8.openshift.api.model.ClusterRoleBinding>
ClusterRoleBinding
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractClusterRoleBindingAssert
instead.Constructor and Description |
---|
ClusterRoleBindingAssert(io.fabric8.openshift.api.model.ClusterRoleBinding actual)
Creates a new
to make assertions on actual ClusterRoleBinding. |
Modifier and Type | Method and Description |
---|---|
static ClusterRoleBindingAssert |
assertThat(io.fabric8.openshift.api.model.ClusterRoleBinding actual)
An entry point for ClusterRoleBindingAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myClusterRoleBinding) and get specific assertion with code completion. |
additionalProperties, apiVersion, groupNames, kind, metadata, roleRef, subjects, userNames
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator, withFailMessage, withThreadDumpOnError
public ClusterRoleBindingAssert(io.fabric8.openshift.api.model.ClusterRoleBinding actual)
ClusterRoleBindingAssert
to make assertions on actual ClusterRoleBinding.actual
- the ClusterRoleBinding we want to make assertions on.public static ClusterRoleBindingAssert assertThat(io.fabric8.openshift.api.model.ClusterRoleBinding actual)
assertThat()
statements.assertThat(myClusterRoleBinding)
and get specific assertion with code completion.actual
- the ClusterRoleBinding we want to make assertions on.ClusterRoleBindingAssert
Copyright © 2011–2017 Red Hat. All rights reserved.