public class TemplateFluentImplAssert extends AbstractTemplateFluentImplAssert<TemplateFluentImplAssert,io.fabric8.openshift.api.model.TemplateFluentImpl>
TemplateFluentImpl specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractTemplateFluentImplAssert instead.| Constructor and Description |
|---|
TemplateFluentImplAssert(io.fabric8.openshift.api.model.TemplateFluentImpl actual)
Creates a new
to make assertions on actual TemplateFluentImpl. |
| Modifier and Type | Method and Description |
|---|---|
static TemplateFluentImplAssert |
assertThat(io.fabric8.openshift.api.model.TemplateFluentImpl actual)
An entry point for TemplateFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myTemplateFluentImpl) and get specific assertion with code completion. |
doesNotHaveObjects, doesNotHaveParameters, hasAdditionalProperties, hasApiVersion, hasKind, hasLabels, hasMetadata, hasNoObjects, hasNoParameters, hasObjects, hasOnlyObjects, hasOnlyParameters, hasParametersas, 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 TemplateFluentImplAssert(io.fabric8.openshift.api.model.TemplateFluentImpl actual)
TemplateFluentImplAssert to make assertions on actual TemplateFluentImpl.actual - the TemplateFluentImpl we want to make assertions on.public static TemplateFluentImplAssert assertThat(io.fabric8.openshift.api.model.TemplateFluentImpl actual)
assertThat() statements.assertThat(myTemplateFluentImpl) and get specific assertion with code completion.actual - the TemplateFluentImpl we want to make assertions on.TemplateFluentImplAssertCopyright © 2011–2016 Red Hat. All rights reserved.