public abstract class AbstractRunAsUserStrategyOptionsAssert<S extends AbstractRunAsUserStrategyOptionsAssert<S,A>,A extends io.fabric8.openshift.api.model.RunAsUserStrategyOptions>
extends org.assertj.core.api.AbstractAssert<S,A>
RunAsUserStrategyOptions
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractRunAsUserStrategyOptionsAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual RunAsUserStrategyOptions. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
S |
hasUid(Long uid)
Verifies that the actual RunAsUserStrategyOptions's uid is equal to the given one.
|
S |
hasUidRangeMax(Long uidRangeMax)
Verifies that the actual RunAsUserStrategyOptions's uidRangeMax is equal to the given one.
|
S |
hasUidRangeMin(Long uidRangeMin)
Verifies that the actual RunAsUserStrategyOptions's uidRangeMin is equal to the given one.
|
org.assertj.core.api.StringAssert |
type()
Navigates to the property type so that assertions can be done on it
|
asInstanceOf, 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, withThreadDumpOnError
protected AbstractRunAsUserStrategyOptionsAssert(A actual, Class<S> selfType)
AbstractRunAsUserStrategyOptionsAssert
to make assertions on actual RunAsUserStrategyOptions.actual
- the RunAsUserStrategyOptions we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert type()
public S hasUid(Long uid)
uid
- the given uid to compare the actual RunAsUserStrategyOptions's uid to.AssertionError
- - if the actual RunAsUserStrategyOptions's uid is not equal to the given one.public S hasUidRangeMax(Long uidRangeMax)
uidRangeMax
- the given uidRangeMax to compare the actual RunAsUserStrategyOptions's uidRangeMax to.AssertionError
- - if the actual RunAsUserStrategyOptions's uidRangeMax is not equal to the given one.public S hasUidRangeMin(Long uidRangeMin)
uidRangeMin
- the given uidRangeMin to compare the actual RunAsUserStrategyOptions's uidRangeMin to.AssertionError
- - if the actual RunAsUserStrategyOptions's uidRangeMin is not equal to the given one.Copyright © 2020. All rights reserved.