public class BuildConfigSpecFluentImplAssert extends AbstractBuildConfigSpecFluentImplAssert<BuildConfigSpecFluentImplAssert,io.fabric8.openshift.api.model.BuildConfigSpecFluentImpl>
BuildConfigSpecFluentImpl specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractBuildConfigSpecFluentImplAssert instead.| Constructor and Description |
|---|
BuildConfigSpecFluentImplAssert(io.fabric8.openshift.api.model.BuildConfigSpecFluentImpl actual)
Creates a new
to make assertions on actual BuildConfigSpecFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
static BuildConfigSpecFluentImplAssert |
assertThat(io.fabric8.openshift.api.model.BuildConfigSpecFluentImpl actual)
An entry point for BuildConfigSpecFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myBuildConfigSpecFluentImpl) and get specific assertion with code completion. |
doesNotHaveTriggers, hasAdditionalProperties, hasCompletionDeadlineSeconds, hasNoTriggers, hasOnlyTriggers, hasOutput, hasPostCommit, hasResources, hasRevision, hasServiceAccount, hasSource, hasStrategy, hasTriggersas, 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 BuildConfigSpecFluentImplAssert(io.fabric8.openshift.api.model.BuildConfigSpecFluentImpl actual)
BuildConfigSpecFluentImplAssert to make assertions on actual BuildConfigSpecFluentImpl.actual - the BuildConfigSpecFluentImpl we want to make assertions on.public static BuildConfigSpecFluentImplAssert assertThat(io.fabric8.openshift.api.model.BuildConfigSpecFluentImpl actual)
assertThat() statements.assertThat(myBuildConfigSpecFluentImpl) and get specific assertion with code completion.actual - the BuildConfigSpecFluentImpl we want to make assertions on.BuildConfigSpecFluentImplAssertCopyright © 2011–2016 Red Hat. All rights reserved.