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, tearDownBaseFixture
public DummySuccessfulResponseServerIntegrationTests()
public static void preConditions()
protected MockServer buildMockServer()
MockServerTestBase
MockServer
buildMockServer
in class MockServerTestBase
public void clientExecutionTimeoutEnabled_SlowResponseHandler_ThrowsClientExecutionTimeoutException() throws Exception
Exception
public void clientExecutionTimeoutEnabled_SlowAfterResponseRequestHandler_ThrowsClientExecutionTimeoutException() throws Exception
Exception
public void clientExecutionTimeoutEnabled_SlowBeforeRequestRequestHandler_ThrowsClientExecutionTimeoutException() throws Exception
Exception
public void clientInterruptedDuringResponseHandlers_DoesNotLeakConnection() throws IOException
IOException
TT0070103230
Copyright © 2024. All rights reserved.