public abstract class AbstractCapabilitiesFluentAssert<S extends AbstractCapabilitiesFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.CapabilitiesFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
CapabilitiesFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractCapabilitiesFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual CapabilitiesFluent. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveAdd(String... add)
Verifies that the actual CapabilitiesFluent's add does not contain the given String elements.
|
S |
doesNotHaveDrop(String... drop)
Verifies that the actual CapabilitiesFluent's drop does not contain the given String elements.
|
S |
hasAdd(String... add)
Verifies that the actual CapabilitiesFluent's add contains the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual CapabilitiesFluent's additionalProperties is equal to the given one.
|
S |
hasDrop(String... drop)
Verifies that the actual CapabilitiesFluent's drop contains the given String elements.
|
S |
hasNoAdd()
Verifies that the actual CapabilitiesFluent has no add.
|
S |
hasNoDrop()
Verifies that the actual CapabilitiesFluent has no drop.
|
S |
hasOnlyAdd(String... add)
Verifies that the actual CapabilitiesFluent's add contains only the given String elements and nothing else in whatever order.
|
S |
hasOnlyDrop(String... drop)
Verifies that the actual CapabilitiesFluent's drop contains only the given String elements and nothing else in whatever order.
|
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 AbstractCapabilitiesFluentAssert(A actual, Class<S> selfType)
AbstractCapabilitiesFluentAssert
to make assertions on actual CapabilitiesFluent.actual
- the CapabilitiesFluent we want to make assertions on.public S hasAdd(String... add)
add
- the given elements that should be contained in actual CapabilitiesFluent's add.AssertionError
- if the actual CapabilitiesFluent's add does not contain all given String elements.public S hasOnlyAdd(String... add)
add
- the given elements that should be contained in actual CapabilitiesFluent's add.AssertionError
- if the actual CapabilitiesFluent's add does not contain all given String elements.public S doesNotHaveAdd(String... add)
add
- the given elements that should not be in actual CapabilitiesFluent's add.AssertionError
- if the actual CapabilitiesFluent's add contains any given String elements.public S hasNoAdd()
AssertionError
- if the actual CapabilitiesFluent's add is not empty.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual CapabilitiesFluent's additionalProperties to.AssertionError
- - if the actual CapabilitiesFluent's additionalProperties is not equal to the given one.public S hasDrop(String... drop)
drop
- the given elements that should be contained in actual CapabilitiesFluent's drop.AssertionError
- if the actual CapabilitiesFluent's drop does not contain all given String elements.public S hasOnlyDrop(String... drop)
drop
- the given elements that should be contained in actual CapabilitiesFluent's drop.AssertionError
- if the actual CapabilitiesFluent's drop does not contain all given String elements.public S doesNotHaveDrop(String... drop)
drop
- the given elements that should not be in actual CapabilitiesFluent's drop.AssertionError
- if the actual CapabilitiesFluent's drop contains any given String elements.public S hasNoDrop()
AssertionError
- if the actual CapabilitiesFluent's drop is not empty.Copyright © 2011–2016 Red Hat. All rights reserved.