public abstract class AbstractLimitRangeItemFluentAssert<S extends AbstractLimitRangeItemFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.LimitRangeItemFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
LimitRangeItemFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLimitRangeItemFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual LimitRangeItemFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual LimitRangeItemFluent's additionalProperties is equal to the given one.
|
S |
hasDefault(Map expectedDefault)
Verifies that the actual LimitRangeItemFluent's default is equal to the given one.
|
S |
hasDefaultRequest(Map defaultRequest)
Verifies that the actual LimitRangeItemFluent's defaultRequest is equal to the given one.
|
S |
hasMax(Map max)
Verifies that the actual LimitRangeItemFluent's max is equal to the given one.
|
S |
hasMaxLimitRequestRatio(Map maxLimitRequestRatio)
Verifies that the actual LimitRangeItemFluent's maxLimitRequestRatio is equal to the given one.
|
S |
hasMin(Map min)
Verifies that the actual LimitRangeItemFluent's min is equal to the given one.
|
S |
hasType(String type)
Verifies that the actual LimitRangeItemFluent's type is equal to the given one.
|
as, 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, usingDefaultComparatorprotected AbstractLimitRangeItemFluentAssert(A actual, Class<S> selfType)
AbstractLimitRangeItemFluentAssert to make assertions on actual LimitRangeItemFluent.actual - the LimitRangeItemFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual LimitRangeItemFluent's additionalProperties to.AssertionError - - if the actual LimitRangeItemFluent's additionalProperties is not equal to the given one.public S hasDefault(Map expectedDefault)
expectedDefault - the given default to compare the actual LimitRangeItemFluent's default to.AssertionError - - if the actual LimitRangeItemFluent's default is not equal to the given one.public S hasDefaultRequest(Map defaultRequest)
defaultRequest - the given defaultRequest to compare the actual LimitRangeItemFluent's defaultRequest to.AssertionError - - if the actual LimitRangeItemFluent's defaultRequest is not equal to the given one.public S hasMax(Map max)
max - the given max to compare the actual LimitRangeItemFluent's max to.AssertionError - - if the actual LimitRangeItemFluent's max is not equal to the given one.public S hasMaxLimitRequestRatio(Map maxLimitRequestRatio)
maxLimitRequestRatio - the given maxLimitRequestRatio to compare the actual LimitRangeItemFluent's maxLimitRequestRatio to.AssertionError - - if the actual LimitRangeItemFluent's maxLimitRequestRatio is not equal to the given one.public S hasMin(Map min)
min - the given min to compare the actual LimitRangeItemFluent's min to.AssertionError - - if the actual LimitRangeItemFluent's min is not equal to the given one.public S hasType(String type)
type - the given type to compare the actual LimitRangeItemFluent's type to.AssertionError - - if the actual LimitRangeItemFluent's type is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.