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