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