public class DoneableKubeSchemaAssert extends AbstractDoneableKubeSchemaAssert<DoneableKubeSchemaAssert,io.fabric8.kubernetes.api.model.DoneableKubeSchema>
DoneableKubeSchema
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractDoneableKubeSchemaAssert
instead.Constructor and Description |
---|
DoneableKubeSchemaAssert(io.fabric8.kubernetes.api.model.DoneableKubeSchema actual)
Creates a new
to make assertions on actual DoneableKubeSchema. |
Modifier and Type | Method and Description |
---|---|
static DoneableKubeSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.DoneableKubeSchema actual)
An entry point for DoneableKubeSchemaAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myDoneableKubeSchema) and get specific assertion with code completion. |
hasAdditionalProperties, hasBaseKubernetesList, hasBinding, hasBuildConfigList, hasBuildList, hasBuildRequest, hasClusterPolicy, hasClusterPolicyBinding, hasClusterPolicyBindingList, hasClusterPolicyList, hasClusterRoleBinding, hasClusterRoleBindingList, hasComponentStatusList, hasConfig, hasContainerStatus, hasDaemonSet, hasDaemonSetList, hasDeleteOptions, hasDeployment, hasDeploymentConfigList, hasDeploymentList, hasEndpoints, hasEndpointsList, hasEnvVar, hasEventList, hasGroup, hasGroupList, hasHorizontalPodAutoscaler, hasHorizontalPodAutoscalerList, hasIdentity, hasIdentityList, hasImageList, hasImageStreamList, hasIngress, hasIngressList, hasJob, hasJobList, hasLimitRangeList, hasListMeta, hasLocalSubjectAccessReview, hasNamespace, hasNamespaceList, hasNode, hasNodeList, hasOAuthAccessToken, hasOAuthAccessTokenList, hasOAuthAuthorizeToken, hasOAuthAuthorizeTokenList, hasOAuthClient, hasOAuthClientAuthorization, hasOAuthClientAuthorizationList, hasOAuthClientList, hasObjectMeta, hasPersistentVolume, hasPersistentVolumeClaim, hasPersistentVolumeClaimList, hasPersistentVolumeList, hasPodList, hasPodTemplateList, hasPolicy, hasPolicyBinding, hasPolicyBindingList, hasPolicyList, hasProject, hasProjectList, hasProjectRequest, hasQuantity, hasReplicationControllerList, hasResourceQuota, hasResourceQuotaList, hasRole, hasRoleBinding, hasRoleBindingList, hasRoleList, hasRootPaths, hasRouteList, hasScale, hasSecret, hasSecretList, hasSecurityContextConstraints, hasSecurityContextConstraintsList, hasServiceAccount, hasServiceAccountList, hasServiceList, hasStatus, hasSubjectAccessReview, hasSubjectAccessReviewResponse, hasTagEvent, hasTemplate, hasTemplateList, hasThirdPartyResource, hasThirdPartyResourceList, hasUser, hasUserList, hasWatchEvent
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 DoneableKubeSchemaAssert(io.fabric8.kubernetes.api.model.DoneableKubeSchema actual)
DoneableKubeSchemaAssert
to make assertions on actual DoneableKubeSchema.actual
- the DoneableKubeSchema we want to make assertions on.public static DoneableKubeSchemaAssert assertThat(io.fabric8.kubernetes.api.model.DoneableKubeSchema actual)
assertThat()
statements.assertThat(myDoneableKubeSchema)
and get specific assertion with code completion.actual
- the DoneableKubeSchema we want to make assertions on.DoneableKubeSchemaAssert
Copyright © 2011–2016 Red Hat. All rights reserved.