Package | Description |
---|---|
org.esigate.test | |
org.esigate.test.conn |
Modifier and Type | Method and Description |
---|---|
static Driver |
TestUtils.createMockDriver(Properties properties,
IResponseHandler responseHandler)
Creates a
Driver instance with a custom response handler. |
Modifier and Type | Interface and Description |
---|---|
interface |
IResponseHandler2
A response handler with support for receiving connection information.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceResponse
A response handler, which returns HTTP reponses one after another.
|
class |
UriResponse
A response handler, which returns different HTTP reponses according to the requested URI.
|
Modifier and Type | Method and Description |
---|---|
void |
MockConnectionManager.setResponseHandler(IResponseHandler responseHandler)
Set a custom response handler.
|
Copyright © 2008–2018. All rights reserved.