Class JUnit4HttpApi
- java.lang.Object
-
- org.talend.sdk.component.junit.http.api.HttpApiHandler<JUnit4HttpApi>
-
- org.talend.sdk.component.junit.http.junit4.JUnit4HttpApi
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class JUnit4HttpApi extends HttpApiHandler<JUnit4HttpApi> implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description JUnit4HttpApi()
-
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)
-
Methods inherited from class org.talend.sdk.component.junit.http.api.HttpApiHandler
activeSsl, setExecutor, setGlobalProxyConfiguration, setHeaderFilter, setLogLevel, setPort, setResponseLocator, setSkipProxyHeaders, setSslContext
-
-
-
-
Constructor Detail
-
JUnit4HttpApi
public JUnit4HttpApi()
-
-
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
-
-