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