public abstract class AbstractKubeSchemaAssert<S extends AbstractKubeSchemaAssert<S,A>,A extends io.fabric8.kubernetes.api.model.KubeSchema>
extends org.assertj.core.api.AbstractAssert<S,A>
KubeSchema
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractKubeSchemaAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual KubeSchema. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual KubeSchema's additionalProperties is equal to the given one.
|
S |
hasBuildConfigList(io.fabric8.openshift.api.model.BuildConfigList buildConfigList)
Verifies that the actual KubeSchema's buildConfigList is equal to the given one.
|
S |
hasBuildList(io.fabric8.openshift.api.model.BuildList buildList)
Verifies that the actual KubeSchema's buildList is equal to the given one.
|
S |
hasConfig(io.fabric8.openshift.api.model.Config config)
Verifies that the actual KubeSchema's config is equal to the given one.
|
S |
hasContainerStatus(io.fabric8.kubernetes.api.model.ContainerStatus containerStatus)
Verifies that the actual KubeSchema's containerStatus is equal to the given one.
|
S |
hasDeploymentConfigList(io.fabric8.openshift.api.model.DeploymentConfigList deploymentConfigList)
Verifies that the actual KubeSchema's deploymentConfigList is equal to the given one.
|
S |
hasDeploymentList(io.fabric8.openshift.api.model.DeploymentList deploymentList)
Verifies that the actual KubeSchema's deploymentList is equal to the given one.
|
S |
hasEndpoints(io.fabric8.kubernetes.api.model.Endpoints endpoints)
Verifies that the actual KubeSchema's endpoints is equal to the given one.
|
S |
hasEndpointsList(io.fabric8.kubernetes.api.model.EndpointsList endpointsList)
Verifies that the actual KubeSchema's endpointsList is equal to the given one.
|
S |
hasImageList(io.fabric8.openshift.api.model.ImageList imageList)
Verifies that the actual KubeSchema's imageList is equal to the given one.
|
S |
hasImageRepositoryList(io.fabric8.openshift.api.model.ImageRepositoryList imageRepositoryList)
Verifies that the actual KubeSchema's imageRepositoryList is equal to the given one.
|
S |
hasKubernetesList(io.fabric8.kubernetes.api.model.KubernetesList kubernetesList)
Verifies that the actual KubeSchema's kubernetesList is equal to the given one.
|
S |
hasMinion(io.fabric8.kubernetes.api.model.Minion minion)
Verifies that the actual KubeSchema's minion is equal to the given one.
|
S |
hasMinionList(io.fabric8.kubernetes.api.model.MinionList minionList)
Verifies that the actual KubeSchema's minionList is equal to the given one.
|
S |
hasPodList(io.fabric8.kubernetes.api.model.PodList podList)
Verifies that the actual KubeSchema's podList is equal to the given one.
|
S |
hasReplicationControllerList(io.fabric8.kubernetes.api.model.ReplicationControllerList replicationControllerList)
Verifies that the actual KubeSchema's replicationControllerList is equal to the given one.
|
S |
hasRouteList(io.fabric8.openshift.api.model.RouteList routeList)
Verifies that the actual KubeSchema's routeList is equal to the given one.
|
S |
hasServiceList(io.fabric8.kubernetes.api.model.ServiceList serviceList)
Verifies that the actual KubeSchema's serviceList is equal to the given one.
|
S |
hasStatusError(io.fabric8.kubernetes.api.model.StatusError statusError)
Verifies that the actual KubeSchema's statusError is equal to the given one.
|
S |
hasTemplate(io.fabric8.openshift.api.model.Template template)
Verifies that the actual KubeSchema's template is equal to the given one.
|
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
protected AbstractKubeSchemaAssert(A actual, Class<S> selfType)
AbstractKubeSchemaAssert
to make assertions on actual KubeSchema.actual
- the KubeSchema we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual KubeSchema's additionalProperties to.AssertionError
- - if the actual KubeSchema's additionalProperties is not equal to the given one.public S hasBuildConfigList(io.fabric8.openshift.api.model.BuildConfigList buildConfigList)
buildConfigList
- the given buildConfigList to compare the actual KubeSchema's buildConfigList to.AssertionError
- - if the actual KubeSchema's buildConfigList is not equal to the given one.public S hasBuildList(io.fabric8.openshift.api.model.BuildList buildList)
buildList
- the given buildList to compare the actual KubeSchema's buildList to.AssertionError
- - if the actual KubeSchema's buildList is not equal to the given one.public S hasConfig(io.fabric8.openshift.api.model.Config config)
config
- the given config to compare the actual KubeSchema's config to.AssertionError
- - if the actual KubeSchema's config is not equal to the given one.public S hasContainerStatus(io.fabric8.kubernetes.api.model.ContainerStatus containerStatus)
containerStatus
- the given containerStatus to compare the actual KubeSchema's containerStatus to.AssertionError
- - if the actual KubeSchema's containerStatus is not equal to the given one.public S hasDeploymentConfigList(io.fabric8.openshift.api.model.DeploymentConfigList deploymentConfigList)
deploymentConfigList
- the given deploymentConfigList to compare the actual KubeSchema's deploymentConfigList to.AssertionError
- - if the actual KubeSchema's deploymentConfigList is not equal to the given one.public S hasDeploymentList(io.fabric8.openshift.api.model.DeploymentList deploymentList)
deploymentList
- the given deploymentList to compare the actual KubeSchema's deploymentList to.AssertionError
- - if the actual KubeSchema's deploymentList is not equal to the given one.public S hasEndpoints(io.fabric8.kubernetes.api.model.Endpoints endpoints)
endpoints
- the given endpoints to compare the actual KubeSchema's endpoints to.AssertionError
- - if the actual KubeSchema's endpoints is not equal to the given one.public S hasEndpointsList(io.fabric8.kubernetes.api.model.EndpointsList endpointsList)
endpointsList
- the given endpointsList to compare the actual KubeSchema's endpointsList to.AssertionError
- - if the actual KubeSchema's endpointsList is not equal to the given one.public S hasImageList(io.fabric8.openshift.api.model.ImageList imageList)
imageList
- the given imageList to compare the actual KubeSchema's imageList to.AssertionError
- - if the actual KubeSchema's imageList is not equal to the given one.public S hasImageRepositoryList(io.fabric8.openshift.api.model.ImageRepositoryList imageRepositoryList)
imageRepositoryList
- the given imageRepositoryList to compare the actual KubeSchema's imageRepositoryList to.AssertionError
- - if the actual KubeSchema's imageRepositoryList is not equal to the given one.public S hasKubernetesList(io.fabric8.kubernetes.api.model.KubernetesList kubernetesList)
kubernetesList
- the given kubernetesList to compare the actual KubeSchema's kubernetesList to.AssertionError
- - if the actual KubeSchema's kubernetesList is not equal to the given one.public S hasMinion(io.fabric8.kubernetes.api.model.Minion minion)
minion
- the given minion to compare the actual KubeSchema's minion to.AssertionError
- - if the actual KubeSchema's minion is not equal to the given one.public S hasMinionList(io.fabric8.kubernetes.api.model.MinionList minionList)
minionList
- the given minionList to compare the actual KubeSchema's minionList to.AssertionError
- - if the actual KubeSchema's minionList is not equal to the given one.public S hasPodList(io.fabric8.kubernetes.api.model.PodList podList)
podList
- the given podList to compare the actual KubeSchema's podList to.AssertionError
- - if the actual KubeSchema's podList is not equal to the given one.public S hasReplicationControllerList(io.fabric8.kubernetes.api.model.ReplicationControllerList replicationControllerList)
replicationControllerList
- the given replicationControllerList to compare the actual KubeSchema's replicationControllerList to.AssertionError
- - if the actual KubeSchema's replicationControllerList is not equal to the given one.public S hasRouteList(io.fabric8.openshift.api.model.RouteList routeList)
routeList
- the given routeList to compare the actual KubeSchema's routeList to.AssertionError
- - if the actual KubeSchema's routeList is not equal to the given one.public S hasServiceList(io.fabric8.kubernetes.api.model.ServiceList serviceList)
serviceList
- the given serviceList to compare the actual KubeSchema's serviceList to.AssertionError
- - if the actual KubeSchema's serviceList is not equal to the given one.public S hasStatusError(io.fabric8.kubernetes.api.model.StatusError statusError)
statusError
- the given statusError to compare the actual KubeSchema's statusError to.AssertionError
- - if the actual KubeSchema's statusError is not equal to the given one.public S hasTemplate(io.fabric8.openshift.api.model.Template template)
template
- the given template to compare the actual KubeSchema's template to.AssertionError
- - if the actual KubeSchema's template is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.