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, 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 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.GitSourceRevisionFluentImplAssert
Copyright © 2011–2016 Red Hat. All rights reserved.