public abstract class AbstractKubernetesListFluentAssert<S extends AbstractKubernetesListFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.KubernetesListFluent> extends AbstractBaseKubernetesListFluentAssert<S,A>
KubernetesListFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractKubernetesListFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual KubernetesListFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasBuildConfigs(io.fabric8.openshift.api.model.BuildConfig... buildConfigs)
Verifies that the actual KubernetesListFluent's buildConfigs contains the given io.fabric8.openshift.api.model.BuildConfig elements.
|
S |
hasDeploymentConfigs(io.fabric8.openshift.api.model.DeploymentConfig... deploymentConfigs)
Verifies that the actual KubernetesListFluent's deploymentConfigs contains the given io.fabric8.openshift.api.model.DeploymentConfig elements.
|
S |
hasImageStreams(io.fabric8.openshift.api.model.ImageStream... imageStreams)
Verifies that the actual KubernetesListFluent's imageStreams contains the given io.fabric8.openshift.api.model.ImageStream elements.
|
S |
hasNoBuildConfigs()
Verifies that the actual KubernetesListFluent has no buildConfigs.
|
S |
hasNoDeploymentConfigs()
Verifies that the actual KubernetesListFluent has no deploymentConfigs.
|
S |
hasNoImageStreams()
Verifies that the actual KubernetesListFluent has no imageStreams.
|
S |
hasNoPods()
Verifies that the actual KubernetesListFluent has no pods.
|
S |
hasNoReplicationControllers()
Verifies that the actual KubernetesListFluent has no replicationControllers.
|
S |
hasNoRoutes()
Verifies that the actual KubernetesListFluent has no routes.
|
S |
hasNoServices()
Verifies that the actual KubernetesListFluent has no services.
|
S |
hasNoTemplates()
Verifies that the actual KubernetesListFluent has no templates.
|
S |
hasPods(io.fabric8.kubernetes.api.model.Pod... pods)
Verifies that the actual KubernetesListFluent's pods contains the given Pod elements.
|
S |
hasReplicationControllers(io.fabric8.kubernetes.api.model.ReplicationController... replicationControllers)
Verifies that the actual KubernetesListFluent's replicationControllers contains the given ReplicationController elements.
|
S |
hasRoutes(io.fabric8.openshift.api.model.Route... routes)
Verifies that the actual KubernetesListFluent's routes contains the given io.fabric8.openshift.api.model.Route elements.
|
S |
hasServices(io.fabric8.kubernetes.api.model.Service... services)
Verifies that the actual KubernetesListFluent's services contains the given Service elements.
|
S |
hasTemplates(io.fabric8.openshift.api.model.template.Template... templates)
Verifies that the actual KubernetesListFluent's templates contains the given io.fabric8.openshift.api.model.template.Template elements.
|
hasAdditionalProperties, hasApiVersion, hasItems, hasKind, hasMetadata, hasNoItems
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 AbstractKubernetesListFluentAssert(A actual, Class<S> selfType)
AbstractKubernetesListFluentAssert
to make assertions on actual KubernetesListFluent.actual
- the KubernetesListFluent we want to make assertions on.public S hasBuildConfigs(io.fabric8.openshift.api.model.BuildConfig... buildConfigs)
buildConfigs
- the given elements that should be contained in actual KubernetesListFluent's buildConfigs.AssertionError
- if the actual KubernetesListFluent's buildConfigs does not contain all given io.fabric8.openshift.api.model.BuildConfig elements.public S hasNoBuildConfigs()
AssertionError
- if the actual KubernetesListFluent's buildConfigs is not empty.public S hasDeploymentConfigs(io.fabric8.openshift.api.model.DeploymentConfig... deploymentConfigs)
deploymentConfigs
- the given elements that should be contained in actual KubernetesListFluent's deploymentConfigs.AssertionError
- if the actual KubernetesListFluent's deploymentConfigs does not contain all given io.fabric8.openshift.api.model.DeploymentConfig elements.public S hasNoDeploymentConfigs()
AssertionError
- if the actual KubernetesListFluent's deploymentConfigs is not empty.public S hasImageStreams(io.fabric8.openshift.api.model.ImageStream... imageStreams)
imageStreams
- the given elements that should be contained in actual KubernetesListFluent's imageStreams.AssertionError
- if the actual KubernetesListFluent's imageStreams does not contain all given io.fabric8.openshift.api.model.ImageStream elements.public S hasNoImageStreams()
AssertionError
- if the actual KubernetesListFluent's imageStreams is not empty.public S hasPods(io.fabric8.kubernetes.api.model.Pod... pods)
pods
- the given elements that should be contained in actual KubernetesListFluent's pods.AssertionError
- if the actual KubernetesListFluent's pods does not contain all given Pod elements.public S hasNoPods()
AssertionError
- if the actual KubernetesListFluent's pods is not empty.public S hasReplicationControllers(io.fabric8.kubernetes.api.model.ReplicationController... replicationControllers)
replicationControllers
- the given elements that should be contained in actual KubernetesListFluent's replicationControllers.AssertionError
- if the actual KubernetesListFluent's replicationControllers does not contain all given ReplicationController elements.public S hasNoReplicationControllers()
AssertionError
- if the actual KubernetesListFluent's replicationControllers is not empty.public S hasRoutes(io.fabric8.openshift.api.model.Route... routes)
routes
- the given elements that should be contained in actual KubernetesListFluent's routes.AssertionError
- if the actual KubernetesListFluent's routes does not contain all given io.fabric8.openshift.api.model.Route elements.public S hasNoRoutes()
AssertionError
- if the actual KubernetesListFluent's routes is not empty.public S hasServices(io.fabric8.kubernetes.api.model.Service... services)
services
- the given elements that should be contained in actual KubernetesListFluent's services.AssertionError
- if the actual KubernetesListFluent's services does not contain all given Service elements.public S hasNoServices()
AssertionError
- if the actual KubernetesListFluent's services is not empty.public S hasTemplates(io.fabric8.openshift.api.model.template.Template... templates)
templates
- the given elements that should be contained in actual KubernetesListFluent's templates.AssertionError
- if the actual KubernetesListFluent's templates does not contain all given io.fabric8.openshift.api.model.template.Template elements.public S hasNoTemplates()
AssertionError
- if the actual KubernetesListFluent's templates is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.