Uses of Class
com.github.kristofa.test.http.UnsatisfiedExpectationException

Packages that use UnsatisfiedExpectationException
com.github.kristofa.test.http   
com.github.kristofa.test.http.file Provides implementations for storing http request/responses to disk using LoggingHttpProxy and replaying them using MockHttpServer
 

Uses of UnsatisfiedExpectationException in com.github.kristofa.test.http
 

Methods in com.github.kristofa.test.http that throw UnsatisfiedExpectationException
 void SimpleHttpResponseProvider.verify()
          Should be executed when all requests have been submitted.
 void MockHttpServer.verify()
          Verify if we got all requests as expected.
 void MockHttpServer.ExpectationHandler.verify()
           
 void MockAndProxyFacade.verify()
          In case we are in Mocking operation mode we will verify if all expected requests have been invoked.
 void HttpResponseProvider.verify()
          Should be executed when all requests have been submitted.
 void DefaultHttpResponseProvider.verify()
          Should be executed when all requests have been submitted.
 

Uses of UnsatisfiedExpectationException in com.github.kristofa.test.http.file
 

Methods in com.github.kristofa.test.http.file that throw UnsatisfiedExpectationException
 void FileHttpResponseProvider.verify()
          Should be executed when all requests have been submitted.
 



Copyright © 2014. All Rights Reserved.