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