public class DoneableGitSourceRevisionAssert extends AbstractDoneableGitSourceRevisionAssert<DoneableGitSourceRevisionAssert,io.fabric8.openshift.api.model.DoneableGitSourceRevision>
DoneableGitSourceRevision
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDoneableGitSourceRevisionAssert
instead.Constructor and Description |
---|
DoneableGitSourceRevisionAssert(io.fabric8.openshift.api.model.DoneableGitSourceRevision actual)
Creates a new
to make assertions on actual DoneableGitSourceRevision. |
Modifier and Type | Method and Description |
---|---|
static DoneableGitSourceRevisionAssert |
assertThat(io.fabric8.openshift.api.model.DoneableGitSourceRevision actual)
An entry point for DoneableGitSourceRevisionAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDoneableGitSourceRevision) and get specific assertion with code completion. |
hasAdditionalProperties, hasAuthor, hasCommit, hasCommitter, hasMessage
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
public DoneableGitSourceRevisionAssert(io.fabric8.openshift.api.model.DoneableGitSourceRevision actual)
DoneableGitSourceRevisionAssert
to make assertions on actual DoneableGitSourceRevision.actual
- the DoneableGitSourceRevision we want to make assertions on.public static DoneableGitSourceRevisionAssert assertThat(io.fabric8.openshift.api.model.DoneableGitSourceRevision actual)
assertThat()
statements.assertThat(myDoneableGitSourceRevision)
and get specific assertion with code completion.actual
- the DoneableGitSourceRevision we want to make assertions on.DoneableGitSourceRevisionAssert
Copyright © 2011–2015 Red Hat. All rights reserved.