public abstract class AbstractKubernetesKindAssert<S extends AbstractKubernetesKindAssert<S,A>,A extends io.fabric8.kubernetes.api.model.KubernetesKind>
extends org.assertj.core.api.AbstractAssert<S,A>
KubernetesKind
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractKubernetesKindAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual KubernetesKind. |
Modifier and Type | Method and Description |
---|---|
S |
hasType(Class type)
Verifies that the actual KubernetesKind's type is equal to the given one.
|
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
protected AbstractKubernetesKindAssert(A actual, Class<S> selfType)
AbstractKubernetesKindAssert
to make assertions on actual KubernetesKind.actual
- the KubernetesKind we want to make assertions on.public S hasType(Class type)
type
- the given type to compare the actual KubernetesKind's type to.AssertionError
- - if the actual KubernetesKind's type is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.