Uses of Class
org.talend.sdk.component.junit.http.api.HttpApiHandler
-
-
Uses of HttpApiHandler in org.talend.sdk.component.junit.http.api
Classes in org.talend.sdk.component.junit.http.api with type parameters of type HttpApiHandler Modifier and Type Class Description class
HttpApiHandler<T extends HttpApiHandler<?>>
Handler used to customize the behavior of the mock server during the test. -
Uses of HttpApiHandler in org.talend.sdk.component.junit.http.internal.impl
Classes in org.talend.sdk.component.junit.http.internal.impl with type parameters of type HttpApiHandler Modifier and Type Class Description class
HandlerImpl<T extends HttpApiHandler<?>>
Fields in org.talend.sdk.component.junit.http.internal.impl declared as HttpApiHandler Modifier and Type Field Description protected HttpApiHandler
PassthroughHandler. api
Constructors in org.talend.sdk.component.junit.http.internal.impl with parameters of type HttpApiHandler Constructor Description DefaultResponseLocatorCapturingHandler(HttpApiHandler api)
-
Uses of HttpApiHandler in org.talend.sdk.component.junit.http.internal.junit5
Subclasses of HttpApiHandler in org.talend.sdk.component.junit.http.internal.junit5 Modifier and Type Class Description class
JUnit5HttpApi
-
Uses of HttpApiHandler in org.talend.sdk.component.junit.http.junit4
Subclasses of HttpApiHandler in org.talend.sdk.component.junit.http.junit4 Modifier and Type Class Description class
JUnit4HttpApi
-