public class KubeSchemaBuilderAssert extends AbstractKubeSchemaBuilderAssert<KubeSchemaBuilderAssert,io.fabric8.kubernetes.api.model.KubeSchemaBuilder>
KubeSchemaBuilder specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractKubeSchemaBuilderAssert instead.| Constructor and Description |
|---|
KubeSchemaBuilderAssert(io.fabric8.kubernetes.api.model.KubeSchemaBuilder actual)
Creates a new
to make assertions on actual KubeSchemaBuilder. |
| Modifier and Type | Method and Description |
|---|---|
static KubeSchemaBuilderAssert |
assertThat(io.fabric8.kubernetes.api.model.KubeSchemaBuilder actual)
An entry point for KubeSchemaBuilderAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myKubeSchemaBuilder) and get specific assertion with code completion. |
hasAdditionalProperties, hasBaseKubernetesList, hasBuildConfigList, hasBuildList, hasContainerStatus, hasDeploymentConfigList, hasEndpoints, hasEndpointsList, hasEnvVar, hasImageList, hasImageStreamList, hasNamespace, hasNamespaceList, hasNode, hasNodeList, hasOAuthAccessToken, hasOAuthAccessTokenList, hasOAuthAuthorizeToken, hasOAuthAuthorizeTokenList, hasOAuthClient, hasOAuthClientAuthorization, hasOAuthClientAuthorizationList, hasOAuthClientList, hasObjectMeta, hasPodList, hasQuantity, hasReplicationControllerList, hasRouteList, hasSecret, hasSecretList, hasServiceList, hasStatusError, hasTagEvent, 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 KubeSchemaBuilderAssert(io.fabric8.kubernetes.api.model.KubeSchemaBuilder actual)
KubeSchemaBuilderAssert to make assertions on actual KubeSchemaBuilder.actual - the KubeSchemaBuilder we want to make assertions on.public static KubeSchemaBuilderAssert assertThat(io.fabric8.kubernetes.api.model.KubeSchemaBuilder actual)
assertThat() statements.assertThat(myKubeSchemaBuilder) and get specific assertion with code completion.actual - the KubeSchemaBuilder we want to make assertions on.KubeSchemaBuilderAssertCopyright © 2011–2015 Red Hat. All rights reserved.