public class DummySuccessfulResponseServerIntegrationTests extends MockServerTestBase
server| Constructor and Description |
|---|
DummySuccessfulResponseServerIntegrationTests() |
| Modifier and Type | Method and Description |
|---|---|
protected MockServer |
buildMockServer()
Implemented by test subclasses to build the correct type of
MockServer |
void |
clientExecutionTimeoutEnabled_SlowAfterResponseRequestHandler_ThrowsClientExecutionTimeoutException() |
void |
clientExecutionTimeoutEnabled_SlowBeforeRequestRequestHandler_ThrowsClientExecutionTimeoutException() |
void |
clientExecutionTimeoutEnabled_SlowResponseHandler_ThrowsClientExecutionTimeoutException() |
void |
clientInterruptedDuringResponseHandlers_DoesNotLeakConnection()
Tests that a streaming operation has it's request properly cleaned up if the client is interrupted after the
response is received.
|
static void |
preConditions() |
newGetRequest, setupBaseFixture, tearDownBaseFixturepublic DummySuccessfulResponseServerIntegrationTests()
public static void preConditions()
protected MockServer buildMockServer()
MockServerTestBaseMockServerbuildMockServer in class MockServerTestBasepublic void clientExecutionTimeoutEnabled_SlowResponseHandler_ThrowsClientExecutionTimeoutException()
throws Exception
Exceptionpublic void clientExecutionTimeoutEnabled_SlowAfterResponseRequestHandler_ThrowsClientExecutionTimeoutException()
throws Exception
Exceptionpublic void clientExecutionTimeoutEnabled_SlowBeforeRequestRequestHandler_ThrowsClientExecutionTimeoutException()
throws Exception
Exceptionpublic void clientInterruptedDuringResponseHandlers_DoesNotLeakConnection()
throws IOException
IOExceptionTT0070103230Copyright © 2022. All rights reserved.