public class CustomResourceDefinitionNamesAssert extends AbstractCustomResourceDefinitionNamesAssert<CustomResourceDefinitionNamesAssert,io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames>
CustomResourceDefinitionNames
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractCustomResourceDefinitionNamesAssert
instead.Constructor and Description |
---|
CustomResourceDefinitionNamesAssert(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames actual)
Creates a new
to make assertions on actual CustomResourceDefinitionNames. |
Modifier and Type | Method and Description |
---|---|
static CustomResourceDefinitionNamesAssert |
assertThat(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames actual)
An entry point for CustomResourceDefinitionNamesAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myCustomResourceDefinitionNames) and get specific assertion with code completion. |
additionalProperties, kind, listKind, plural, shortNames, singular
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public CustomResourceDefinitionNamesAssert(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames actual)
CustomResourceDefinitionNamesAssert
to make assertions on actual CustomResourceDefinitionNames.actual
- the CustomResourceDefinitionNames we want to make assertions on.public static CustomResourceDefinitionNamesAssert assertThat(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionNames actual)
assertThat()
statements.assertThat(myCustomResourceDefinitionNames)
and get specific assertion with code completion.actual
- the CustomResourceDefinitionNames we want to make assertions on.CustomResourceDefinitionNamesAssert
Copyright © 2011–2017 Red Hat. All rights reserved.