Package org.nuxeo.runtime.test.runner
Class RuntimeDeployment.DeploymentStatement
java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.RuntimeDeployment.DeploymentStatement
- Enclosing class:
- RuntimeDeployment
protected class RuntimeDeployment.DeploymentStatement
extends org.junit.runners.model.Statement
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.junit.runners.model.Statement
protected final RuntimeHarness
protected final org.junit.runners.model.FrameworkMethod
protected final FeaturesRunner
-
Constructor Summary
ModifierConstructorDescriptionprotected
DeploymentStatement
(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base) -
Method Summary
-
Field Details
-
runner
-
harness
-
method
protected final org.junit.runners.model.FrameworkMethod method -
base
protected final org.junit.runners.model.Statement base
-
-
Constructor Details
-
DeploymentStatement
protected DeploymentStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
-
-
Method Details
-
tryDeploy
protected void tryDeploy() -
evaluate
- Specified by:
evaluate
in classorg.junit.runners.model.Statement
- Throws:
Throwable
-