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