public class MinionListFluentAssert extends AbstractMinionListFluentAssert<MinionListFluentAssert,io.fabric8.kubernetes.api.model.MinionListFluent>
MinionListFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractMinionListFluentAssert
instead.Constructor and Description |
---|
MinionListFluentAssert(io.fabric8.kubernetes.api.model.MinionListFluent actual)
Creates a new
to make assertions on actual MinionListFluent. |
Modifier and Type | Method and Description |
---|---|
static MinionListFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.MinionListFluent actual)
An entry point for MinionListFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myMinionListFluent) and get specific assertion with code completion. |
hasAdditionalProperties, hasAnnotations, hasApiVersion, hasCreationTimestamp, hasId, hasItems, hasKind, hasNamespace, hasNoItems, hasResourceVersion, hasSelfLink, hasUid
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 MinionListFluentAssert(io.fabric8.kubernetes.api.model.MinionListFluent actual)
MinionListFluentAssert
to make assertions on actual MinionListFluent.actual
- the MinionListFluent we want to make assertions on.public static MinionListFluentAssert assertThat(io.fabric8.kubernetes.api.model.MinionListFluent actual)
assertThat()
statements.assertThat(myMinionListFluent)
and get specific assertion with code completion.actual
- the MinionListFluent we want to make assertions on.MinionListFluentAssert
Copyright © 2011–2015 Red Hat. All rights reserved.