public abstract class AbstractExecActionFluentImplAssert<S extends AbstractExecActionFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ExecActionFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
ExecActionFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractExecActionFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ExecActionFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveCommand(String... command)
Verifies that the actual ExecActionFluentImpl's command does not contain the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ExecActionFluentImpl's additionalProperties is equal to the given one.
|
S |
hasCommand(String... command)
Verifies that the actual ExecActionFluentImpl's command contains the given String elements.
|
S |
hasNoCommand()
Verifies that the actual ExecActionFluentImpl has no command.
|
S |
hasOnlyCommand(String... command)
Verifies that the actual ExecActionFluentImpl's command 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 AbstractExecActionFluentImplAssert(A actual, Class<S> selfType)
AbstractExecActionFluentImplAssert
to make assertions on actual ExecActionFluentImpl.actual
- the ExecActionFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ExecActionFluentImpl's additionalProperties to.AssertionError
- - if the actual ExecActionFluentImpl's additionalProperties is not equal to the given one.public S hasCommand(String... command)
command
- the given elements that should be contained in actual ExecActionFluentImpl's command.AssertionError
- if the actual ExecActionFluentImpl's command does not contain all given String elements.public S hasOnlyCommand(String... command)
command
- the given elements that should be contained in actual ExecActionFluentImpl's command.AssertionError
- if the actual ExecActionFluentImpl's command does not contain all given String elements.public S doesNotHaveCommand(String... command)
command
- the given elements that should not be in actual ExecActionFluentImpl's command.AssertionError
- if the actual ExecActionFluentImpl's command contains any given String elements.public S hasNoCommand()
AssertionError
- if the actual ExecActionFluentImpl's command is not empty.Copyright © 2011–2016 Red Hat. All rights reserved.