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