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