com.google.api.client.testing.http
Class HttpTesting

java.lang.Object
  extended by com.google.api.client.testing.http.HttpTesting

public class HttpTesting
extends Object

Utilities and constants related to testing the HTTP library.

Since:
1.6
Author:
Yaniv Inbar

Field Summary
static GenericUrl SIMPLE_GENERIC_URL
          A simple generic URL for testing of value SIMPLE_URL.
static String SIMPLE_URL
          A simple string URL for testing of value "http://google.com/".
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_URL

public static final 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 value SIMPLE_URL.



Copyright © 2011-2012 Google. All Rights Reserved.