Package org.nuxeo.runtime.test.runner
Class RuntimeDeployment.OnMethod
- java.lang.Object
 - 
- org.nuxeo.runtime.test.runner.RuntimeDeployment.OnMethod
 
 
- 
- All Implemented Interfaces:
 org.junit.rules.MethodRule
- Enclosing class:
 - RuntimeDeployment
 
protected static class RuntimeDeployment.OnMethod extends Object implements org.junit.rules.MethodRule
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected FeaturesRunnerrunner 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedOnMethod() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target) 
 - 
 
- 
- 
Field Detail
- 
runner
@Inject protected FeaturesRunner runner
 
 - 
 
- 
Constructor Detail
- 
OnMethod
protected OnMethod()
 
 - 
 
 -