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