Class JUnit4HttpApiPerMethodConfigurator
- java.lang.Object
-
- org.talend.sdk.component.junit.http.junit4.JUnit4HttpApiPerMethodConfigurator
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class JUnit4HttpApiPerMethodConfigurator extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description JUnit4HttpApiPerMethodConfigurator()
-
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
-
JUnit4HttpApiPerMethodConfigurator
public JUnit4HttpApiPerMethodConfigurator()
-
-
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
-
-