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