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