public abstract class AbstractGitSourceRevisionFluentAssert<S extends AbstractGitSourceRevisionFluentAssert<S,A>,A extends io.fabric8.openshift.api.model.GitSourceRevisionFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
GitSourceRevisionFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractGitSourceRevisionFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual GitSourceRevisionFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual GitSourceRevisionFluent's additionalProperties is equal to the given one.
|
S |
hasAuthor(io.fabric8.openshift.api.model.SourceControlUser author)
Verifies that the actual GitSourceRevisionFluent's author is equal to the given one.
|
S |
hasCommit(String commit)
Verifies that the actual GitSourceRevisionFluent's commit is equal to the given one.
|
S |
hasCommitter(io.fabric8.openshift.api.model.SourceControlUser committer)
Verifies that the actual GitSourceRevisionFluent's committer is equal to the given one.
|
S |
hasMessage(String message)
Verifies that the actual GitSourceRevisionFluent's message 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 AbstractGitSourceRevisionFluentAssert(A actual, Class<S> selfType)
AbstractGitSourceRevisionFluentAssert
to make assertions on actual GitSourceRevisionFluent.actual
- the GitSourceRevisionFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual GitSourceRevisionFluent's additionalProperties to.AssertionError
- - if the actual GitSourceRevisionFluent's additionalProperties is not equal to the given one.public S hasAuthor(io.fabric8.openshift.api.model.SourceControlUser author)
author
- the given author to compare the actual GitSourceRevisionFluent's author to.AssertionError
- - if the actual GitSourceRevisionFluent's author is not equal to the given one.public S hasCommit(String commit)
commit
- the given commit to compare the actual GitSourceRevisionFluent's commit to.AssertionError
- - if the actual GitSourceRevisionFluent's commit is not equal to the given one.public S hasCommitter(io.fabric8.openshift.api.model.SourceControlUser committer)
committer
- the given committer to compare the actual GitSourceRevisionFluent's committer to.AssertionError
- - if the actual GitSourceRevisionFluent's committer is not equal to the given one.public S hasMessage(String message)
message
- the given message to compare the actual GitSourceRevisionFluent's message to.AssertionError
- - if the actual GitSourceRevisionFluent's message is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.