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