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