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
Fields Modifier and Type Field Description protected org.junit.runners.model.Statement
base
protected RuntimeHarness
harness
protected org.junit.runners.model.FrameworkMethod
method
protected FeaturesRunner
runner
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeploymentStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
-
-
-
Field Detail
-
runner
protected final FeaturesRunner runner
-
harness
protected final RuntimeHarness harness
-
method
protected final org.junit.runners.model.FrameworkMethod method
-
base
protected final org.junit.runners.model.Statement base
-
-
Constructor Detail
-
DeploymentStatement
protected DeploymentStatement(FeaturesRunner runner, RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)
-
-