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