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

Packages that use SimpleHttpResponseProvider
com.github.kristofa.test.http   
 

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

Methods in com.github.kristofa.test.http that return SimpleHttpResponseProvider
 SimpleHttpResponseProvider SimpleHttpResponseProvider.expect(Method method, String path)
          Provide an expected request without content.
 SimpleHttpResponseProvider SimpleHttpResponseProvider.expect(Method method, String path, String contentType, String requestEntity)
          Provide an expected request with content.
 SimpleHttpResponseProvider SimpleHttpResponseProvider.respondWith(int httpCode, String contentType, String requestEntity)
          Provide expected response for latest given request.
 



Copyright © 2014. All Rights Reserved.