public abstract class AbstractHttpRecordingTestCase
extends java.lang.Object
| Constructor and Description |
|---|
AbstractHttpRecordingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordableHttpRequest |
getLast() |
protected org.eclipse.jetty.server.Handler |
getRealHandler() |
static RequestRecordingJettyHandler |
getRecorder() |
void |
setHandler() |
protected void |
setRealHandler(org.eclipse.jetty.server.Handler handler) |
static void |
startServer() |
static void |
stopServer() |
public static void startServer()
throws java.lang.Exception
java.lang.Exceptionpublic void setHandler()
throws java.lang.Exception
java.lang.Exceptionprotected void setRealHandler(org.eclipse.jetty.server.Handler handler)
protected org.eclipse.jetty.server.Handler getRealHandler()
public static void stopServer()
throws java.lang.Exception
java.lang.Exceptionpublic static RequestRecordingJettyHandler getRecorder()
protected RecordableHttpRequest getLast()