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