public class KubeSchemaAssert extends AbstractKubeSchemaAssert<KubeSchemaAssert,io.fabric8.kubernetes.api.model.KubeSchema>
KubeSchema specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractKubeSchemaAssert instead.| Constructor and Description |
|---|
KubeSchemaAssert(io.fabric8.kubernetes.api.model.KubeSchema actual)
Creates a new
to make assertions on actual KubeSchema. |
| Modifier and Type | Method and Description |
|---|---|
static KubeSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.KubeSchema actual)
An entry point for KubeSchemaAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myKubeSchema) and get specific assertion with code completion. |
hasAdditionalProperties, hasBuildConfigList, hasBuildList, hasConfig, hasContainerStatus, hasDeploymentConfigList, hasDeploymentList, hasEndpoints, hasEndpointsList, hasEnvVar, hasImageList, hasImageRepositoryList, hasKubernetesList, hasMinion, hasMinionList, hasPodList, hasReplicationControllerList, hasRouteList, hasServiceList, hasStatusError, hasTemplateas, 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 KubeSchemaAssert(io.fabric8.kubernetes.api.model.KubeSchema actual)
KubeSchemaAssert to make assertions on actual KubeSchema.actual - the KubeSchema we want to make assertions on.public static KubeSchemaAssert assertThat(io.fabric8.kubernetes.api.model.KubeSchema actual)
assertThat() statements.assertThat(myKubeSchema) and get specific assertion with code completion.actual - the KubeSchema we want to make assertions on.KubeSchemaAssertCopyright © 2011–2015 Red Hat. All rights reserved.