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