Class ExceptionMapperTest
- java.lang.Object
-
- io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
-
- io.servicetalk.http.router.jersey.AbstractJerseyStreamingHttpServiceTest
-
- io.servicetalk.http.router.jersey.ExceptionMapperTest
-
public class ExceptionMapperTest extends AbstractJerseyStreamingHttpServiceTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExceptionMapperTest.TestApplication
static class
ExceptionMapperTest.TestExceptionMapper
-
Nested classes/interfaces inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi
-
-
Field Summary
-
Fields inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
api, expected, rule, SERVER_CTX, timeout
-
-
Constructor Summary
Constructors Constructor Description ExceptionMapperTest(AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Application
application()
void
bufferResponse()
void
mapResponse()
void
singleBufferResponse()
void
singleMapResponse()
void
stringResponse()
-
Methods inherited from class io.servicetalk.http.router.jersey.AbstractJerseyStreamingHttpServiceTest
data
-
Methods inherited from class io.servicetalk.http.router.jersey.AbstractNonParameterizedJerseyStreamingHttpServiceTest
buildRouter, buildRouter, buildRouter, buildRouter, closeClient, closeServer, configureBuilders, get, getJsonResponseContentLengthExtractor, head, host, initServerAndClient, isStreamingJsonEnabled, noPayloadRequest, options, payloadRequest, post, put, runTwiceToEnsureEndpointCache, sendAndAssertNoResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertResponse, sendAndAssertStatusOnly, testUri, withHeader
-
-
-
-
Constructor Detail
-
ExceptionMapperTest
public ExceptionMapperTest(AbstractNonParameterizedJerseyStreamingHttpServiceTest.RouterApi api)
-
-
Method Detail
-
application
protected javax.ws.rs.core.Application application()
- Specified by:
application
in classAbstractNonParameterizedJerseyStreamingHttpServiceTest
-
stringResponse
public void stringResponse()
-
bufferResponse
public void bufferResponse()
-
singleBufferResponse
public void singleBufferResponse()
-
mapResponse
public void mapResponse()
-
singleMapResponse
public void singleMapResponse()
-
-