com.github.kristofa.test.http
Class MockHttpServer.ExpectationHandler

java.lang.Object
  extended by 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


Constructor Summary
MockHttpServer.ExpectationHandler()
           
 
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
 

Constructor Detail

MockHttpServer.ExpectationHandler

public MockHttpServer.ExpectationHandler()
Method Detail

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.