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