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