Package com.google.api.client.testing.http

Testing utilities used for writing tests based on this library.

See:
          Description

Class Summary
FixedClock A thread-safe fixed time implementation of the Clock to be used for unit testing.
HttpTesting Utilities and constants related to testing the HTTP library.
MockHttpContent Mock for HttpContent.
MockHttpTransport Mock for HttpTransport.
MockHttpTransport.Builder Builder for MockHttpTransport.
MockHttpUnsuccessfulResponseHandler Mock for HttpUnsuccessfulResponseHandler.
MockLowLevelHttpRequest Mock for LowLevelHttpRequest.
MockLowLevelHttpResponse Mock for LowLevelHttpResponse.
 

Package com.google.api.client.testing.http Description

Testing utilities used for writing tests based on this library.

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library

Since:
1.3
Author:
Yaniv Inbar


Copyright © 2011-2012 Google. All Rights Reserved.