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