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 FeaturesRunner
runner
-
Constructor Summary
Constructors Modifier Constructor Description protected
OnMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
-
-
-
Field Detail
-
runner
@Inject protected FeaturesRunner runner
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
- Specified by:
apply
in interfaceorg.junit.rules.MethodRule
-
-