com.github.kristofa.test.http
Class MockHttpServer.ExpectationHandler
java.lang.Object
com.github.kristofa.test.http.MockHttpServer.ExpectationHandler
- All Implemented Interfaces:
- org.simpleframework.http.core.Container
- Enclosing class:
- MockHttpServer
public class MockHttpServer.ExpectationHandler
- extends Object
- implements org.simpleframework.http.core.Container
|
Method Summary |
void |
handle(org.simpleframework.http.Request req,
org.simpleframework.http.Response response)
|
void |
verify()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockHttpServer.ExpectationHandler
public MockHttpServer.ExpectationHandler()
handle
public void handle(org.simpleframework.http.Request req,
org.simpleframework.http.Response response)
- Specified by:
handle in interface org.simpleframework.http.core.Container
verify
public void verify()
throws UnsatisfiedExpectationException
- Throws:
UnsatisfiedExpectationException
Copyright © 2014. All Rights Reserved.