Package org.talend.sdk.component.junit
Class ServiceInjectionRule
- java.lang.Object
-
- org.talend.sdk.component.junit.ServiceInjectionRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ServiceInjectionRule extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description ServiceInjectionRule()
-
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.runner.Description description)
-
-
-
Constructor Detail
-
ServiceInjectionRule
public ServiceInjectionRule()
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
-