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