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