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 classHttpApiHandler<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 classHandlerImpl<T extends HttpApiHandler<?>>Fields in org.talend.sdk.component.junit.http.internal.impl declared as HttpApiHandler Modifier and Type Field Description protected HttpApiHandlerPassthroughHandler. apiConstructors 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 classJUnit5HttpApi -
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 classJUnit4HttpApi
-