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