Class HttpTesting
- java.lang.Object
-
- com.google.api.client.testing.http.HttpTesting
-
-
Field Summary
Fields Modifier and Type Field Description static GenericUrlSIMPLE_GENERIC_URLA simple generic URL for testing of valueSIMPLE_URL.static java.lang.StringSIMPLE_URLA simple string URL for testing of value"http://google.com/".
-
Constructor Summary
Constructors Modifier Constructor Description privateHttpTesting()
-
-
-
Field Detail
-
SIMPLE_URL
public static final java.lang.String SIMPLE_URL
A simple string URL for testing of value"http://google.com/".- See Also:
- Constant Field Values
-
SIMPLE_GENERIC_URL
public static final GenericUrl SIMPLE_GENERIC_URL
A simple generic URL for testing of valueSIMPLE_URL.
-
-