public class ValidationSchemaAssert extends AbstractValidationSchemaAssert<ValidationSchemaAssert,io.fabric8.kubernetes.api.model.ValidationSchema>
ValidationSchema specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractValidationSchemaAssert instead.| Constructor and Description |
|---|
ValidationSchemaAssert(io.fabric8.kubernetes.api.model.ValidationSchema actual)
Creates a new
to make assertions on actual ValidationSchema. |
| Modifier and Type | Method and Description |
|---|---|
static ValidationSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ValidationSchema actual)
An entry point for ValidationSchemaAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myValidationSchema) and get specific assertion with code completion. |
additionalProperties, baseKubernetesList, binding, buildConfigList, buildList, buildRequest, clusterPolicy, clusterPolicyBinding, clusterPolicyBindingList, clusterPolicyList, clusterRoleBinding, clusterRoleBindingList, componentStatusList, config, configMap, configMapList, containerStatus, cronJob, cronJobList, customResourceDefinition, customResourceDefinitionCondition, customResourceDefinitionList, customResourceDefinitionNames, customResourceDefinitionSpec, customResourceDefinitionStatus, daemonSet, daemonSetList, deleteOptions, deployment, deploymentConfig, deploymentConfigList, deploymentList, deploymentRollback, endpoints, endpointsList, envVar, eventList, group, groupList, horizontalPodAutoscaler, horizontalPodAutoscalerList, identity, identityList, imageList, imageStreamList, imageStreamTagList, ingress, ingressList, job, jobList, limitRangeList, listMeta, localSubjectAccessReview, namespace, namespaceList, networkPolicy, networkPolicyList, node, nodeList, oAuthAccessToken, oAuthAccessTokenList, oAuthAuthorizeToken, oAuthAuthorizeTokenList, oAuthClient, oAuthClientAuthorization, oAuthClientAuthorizationList, oAuthClientList, objectMeta, patch, persistentVolume, persistentVolumeClaim, persistentVolumeClaimList, persistentVolumeList, podList, podTemplateList, policy, policyBinding, policyBindingList, policyList, project, projectList, projectRequest, quantity, replicaSet, replicaSetList, replicationControllerList, resourceQuota, resourceQuotaList, role, roleBinding, roleBindingList, roleBindingRestriction, roleList, rootPaths, route, routeList, scale, secret, secretList, securityContextConstraints, securityContextConstraintsList, serviceAccount, serviceAccountList, serviceList, statefulSet, statefulSetList, status, storageClass, storageClassList, subjectAccessReview, subjectAccessReviewResponse, tagEvent, template, templateList, thirdPartyResource, thirdPartyResourceList, tokenReview, toleration, user, userList, watchEventas, 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, withThreadDumpOnErrorpublic ValidationSchemaAssert(io.fabric8.kubernetes.api.model.ValidationSchema actual)
ValidationSchemaAssert to make assertions on actual ValidationSchema.actual - the ValidationSchema we want to make assertions on.public static ValidationSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ValidationSchema actual)
assertThat() statements.assertThat(myValidationSchema) and get specific assertion with code completion.actual - the ValidationSchema we want to make assertions on.ValidationSchemaAssertCopyright © 2011–2017 Red Hat. All rights reserved.