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