Class HttpTesting
java.lang.Object
com.google.api.client.testing.http.HttpTesting
Beta
Utilities and constants related to testing the HTTP library.
- Since:
- 1.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GenericUrl
A simple generic URL for testing of valueSIMPLE_URL
.static final String
A simple string URL for testing of value"http://google.com/"
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SIMPLE_URL
A simple string URL for testing of value"http://google.com/"
.- See Also:
-
SIMPLE_GENERIC_URL
A simple generic URL for testing of valueSIMPLE_URL
.
-
-
Constructor Details
-
HttpTesting
private HttpTesting()
-