Package org.nuxeo.runtime.test.runner
Class FeaturesRunner.RulesFactory.BindRule
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.FeaturesRunner.RulesFactory.BindRule
-
- All Implemented Interfaces:
org.junit.rules.MethodRule,org.junit.rules.TestRule
- Enclosing class:
- FeaturesRunner.RulesFactory<A extends Annotation,R>
protected class FeaturesRunner.RulesFactory.BindRule extends Object implements org.junit.rules.TestRule, org.junit.rules.MethodRule
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBindRule()
-
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.runner.Description description)org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
-
-
-
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:
applyin interfaceorg.junit.rules.MethodRule
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)- Specified by:
applyin interfaceorg.junit.rules.TestRule
-
-