public class ScopeRestrictionAssert extends AbstractScopeRestrictionAssert<ScopeRestrictionAssert,io.fabric8.openshift.api.model.ScopeRestriction>
ScopeRestriction
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractScopeRestrictionAssert
instead.Constructor and Description |
---|
ScopeRestrictionAssert(io.fabric8.openshift.api.model.ScopeRestriction actual)
Creates a new
to make assertions on actual ScopeRestriction. |
Modifier and Type | Method and Description |
---|---|
static ScopeRestrictionAssert |
assertThat(io.fabric8.openshift.api.model.ScopeRestriction actual)
An entry point for ScopeRestrictionAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myScopeRestriction) and get specific assertion with code completion. |
additionalProperties, clusterRole, literals
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 ScopeRestrictionAssert(io.fabric8.openshift.api.model.ScopeRestriction actual)
ScopeRestrictionAssert
to make assertions on actual ScopeRestriction.actual
- the ScopeRestriction we want to make assertions on.public static ScopeRestrictionAssert assertThat(io.fabric8.openshift.api.model.ScopeRestriction actual)
assertThat()
statements.assertThat(myScopeRestriction)
and get specific assertion with code completion.actual
- the ScopeRestriction we want to make assertions on.ScopeRestrictionAssert
Copyright © 2011–2017 Red Hat. All rights reserved.