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
FieldsModifier and TypeFieldDescriptionprotected final org.junit.runners.model.Statementprotected final RuntimeHarnessprotected final org.junit.runners.model.FrameworkMethod - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeploymentStatement(RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)  - 
Method Summary
 
- 
Field Details
- 
harness
 - 
method
protected final org.junit.runners.model.FrameworkMethod method - 
base
protected final org.junit.runners.model.Statement base 
 - 
 - 
Constructor Details
- 
DeploymentStatement
protected DeploymentStatement(RuntimeHarness harness, org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.Statement base)  
 - 
 - 
Method Details
- 
tryDeploy
protected void tryDeploy() - 
evaluate
- Specified by:
 evaluatein classorg.junit.runners.model.Statement- Throws:
 Throwable
 
 -