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