Build m5-rc15

com.google.android.tests.core
Class RequestAPITests.test_RequestAddNullHeader

java.lang.Object
  extended by com.google.android.tests.core.RequestAPITests.Base
      extended by com.google.android.tests.core.RequestAPITests.RequestHeaderFailBase
          extended by com.google.android.tests.core.RequestAPITests.test_RequestAddNullHeader
All Implemented Interfaces:
TestCase, Runnable
Enclosing class:
RequestAPITests

public static class RequestAPITests.test_RequestAddNullHeader
extends RequestAPITests.RequestHeaderFailBase


Field Summary
static int GET_METHOD
           
static int HEAD_METHOD
           
static int HTTP_ACCEPTED
           
static int HTTP_BAD_GATEWAY
           
static int HTTP_BAD_METHOD
           
static int HTTP_BAD_REQUEST
           
static int HTTP_CLIENT_TIMEOUT
           
static int HTTP_CONFLICT
           
static int HTTP_CREATED
           
static int HTTP_ENTITY_TOO_LARGE
           
static int HTTP_FORBIDDEN
           
static int HTTP_GATEWAY_TIMEOUT
           
static int HTTP_GONE
           
static int HTTP_INTERNAL_ERROR
           
static int HTTP_LENGTH_REQUIRED
           
static int HTTP_MOVED_PERM
           
static int HTTP_MOVED_TEMP
           
static int HTTP_MULT_CHOICE
           
static int HTTP_NO_CONTENT
           
static int HTTP_NOT_ACCEPTABLE
           
static int HTTP_NOT_AUTHORITATIVE
           
static int HTTP_NOT_FOUND
           
static int HTTP_NOT_MODIFIED
           
static int HTTP_OK
           
static int HTTP_PARTIAL
           
static int HTTP_PAYMENT_REQUIRED
           
static int HTTP_PRECON_FAILED
           
static int HTTP_PROXY_AUTH
           
static int HTTP_REQ_TOO_LONG
           
static int HTTP_RESET
           
static int HTTP_SEE_OTHER
           
static int HTTP_SERVER_ERROR
           
static int HTTP_UNAUTHORIZED
           
static int HTTP_UNAVAILABLE
           
static int HTTP_UNSUPPORTED_TYPE
           
static int HTTP_USE_PROXY
           
static int HTTP_VERSION
           
static int POST_METHOD
           
static int REQ_ACCEPT
           
static int REQ_ACCEPT_CHARSET
           
static int REQ_ACCEPT_ENCODING
           
static int REQ_ACCEPT_LANGUAGE
           
static int REQ_ALLOW
           
static int REQ_AUTHORIZATION
           
static int REQ_CACHE_CONTROL
           
static int REQ_CONNECTION
           
static int REQ_CONTENT_ENCODING
           
static int REQ_CONTENT_LANGUAGE
           
static int REQ_CONTENT_LENGTH
           
static int REQ_CONTENT_LOCATION
           
static int REQ_CONTENT_MD5
           
static int REQ_CONTENT_RANGE
           
static int REQ_CONTENT_TYPE
           
static int REQ_DATE
           
static int REQ_EXPECT
           
static int REQ_EXPIRES
           
static int REQ_FROM
           
static int REQ_HOST
           
static int REQ_IF_MATCH
           
static int REQ_IF_MODIFIED_SINCE
           
static int REQ_IF_NONE_MATCH
           
static int REQ_IF_RANGE
           
static int REQ_IF_UNMODIFIED_SINCE
           
static int REQ_KEEP_ALIVE
           
static int REQ_LAST_MODIFIED
           
static int REQ_LOCATION
           
static int REQ_MAX_FORWARDS
           
static int REQ_PRAGMA
           
static int REQ_PROXY_AUTHENTICATION
           
static int REQ_RANGE
           
static int REQ_REFERER
           
static int REQ_SERVER
           
static int REQ_TE
           
static int REQ_TRAILER
           
static int REQ_TRANSFER_ENCODING
           
static int REQ_UNKNOWN
           
static int REQ_UPGRADE
           
static int REQ_USER_AGENT
           
static int REQ_VIA
           
static int REQ_WARNING
           
static String[] requestHeaders
           
static int UNKNOWN_METHOD
           
 
Fields inherited from class com.google.android.tests.core.RequestAPITests.Base
mRequestQueue, mTestWebServer
 
Constructor Summary
RequestAPITests.test_RequestAddNullHeader()
           
 
Method Summary
 void run()
           
 
Methods inherited from class com.google.android.tests.core.RequestAPITests.RequestHeaderFailBase
test
 
Methods inherited from class com.google.android.tests.core.RequestAPITests.Base
setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_OK

public static final int HTTP_OK
See Also:
Constant Field Values

HTTP_CREATED

public static final int HTTP_CREATED
See Also:
Constant Field Values

HTTP_ACCEPTED

public static final int HTTP_ACCEPTED
See Also:
Constant Field Values

HTTP_NOT_AUTHORITATIVE

public static final int HTTP_NOT_AUTHORITATIVE
See Also:
Constant Field Values

HTTP_NO_CONTENT

public static final int HTTP_NO_CONTENT
See Also:
Constant Field Values

HTTP_RESET

public static final int HTTP_RESET
See Also:
Constant Field Values

HTTP_PARTIAL

public static final int HTTP_PARTIAL
See Also:
Constant Field Values

HTTP_MULT_CHOICE

public static final int HTTP_MULT_CHOICE
See Also:
Constant Field Values

HTTP_MOVED_PERM

public static final int HTTP_MOVED_PERM
See Also:
Constant Field Values

HTTP_MOVED_TEMP

public static final int HTTP_MOVED_TEMP
See Also:
Constant Field Values

HTTP_SEE_OTHER

public static final int HTTP_SEE_OTHER
See Also:
Constant Field Values

HTTP_NOT_MODIFIED

public static final int HTTP_NOT_MODIFIED
See Also:
Constant Field Values

HTTP_USE_PROXY

public static final int HTTP_USE_PROXY
See Also:
Constant Field Values

HTTP_BAD_REQUEST

public static final int HTTP_BAD_REQUEST
See Also:
Constant Field Values

HTTP_UNAUTHORIZED

public static final int HTTP_UNAUTHORIZED
See Also:
Constant Field Values

HTTP_PAYMENT_REQUIRED

public static final int HTTP_PAYMENT_REQUIRED
See Also:
Constant Field Values

HTTP_FORBIDDEN

public static final int HTTP_FORBIDDEN
See Also:
Constant Field Values

HTTP_NOT_FOUND

public static final int HTTP_NOT_FOUND
See Also:
Constant Field Values

HTTP_BAD_METHOD

public static final int HTTP_BAD_METHOD
See Also:
Constant Field Values

HTTP_NOT_ACCEPTABLE

public static final int HTTP_NOT_ACCEPTABLE
See Also:
Constant Field Values

HTTP_PROXY_AUTH

public static final int HTTP_PROXY_AUTH
See Also:
Constant Field Values

HTTP_CLIENT_TIMEOUT

public static final int HTTP_CLIENT_TIMEOUT
See Also:
Constant Field Values

HTTP_CONFLICT

public static final int HTTP_CONFLICT
See Also:
Constant Field Values

HTTP_GONE

public static final int HTTP_GONE
See Also:
Constant Field Values

HTTP_LENGTH_REQUIRED

public static final int HTTP_LENGTH_REQUIRED
See Also:
Constant Field Values

HTTP_PRECON_FAILED

public static final int HTTP_PRECON_FAILED
See Also:
Constant Field Values

HTTP_ENTITY_TOO_LARGE

public static final int HTTP_ENTITY_TOO_LARGE
See Also:
Constant Field Values

HTTP_REQ_TOO_LONG

public static final int HTTP_REQ_TOO_LONG
See Also:
Constant Field Values

HTTP_UNSUPPORTED_TYPE

public static final int HTTP_UNSUPPORTED_TYPE
See Also:
Constant Field Values

HTTP_SERVER_ERROR

public static final int HTTP_SERVER_ERROR
See Also:
Constant Field Values

HTTP_INTERNAL_ERROR

public static final int HTTP_INTERNAL_ERROR
See Also:
Constant Field Values

HTTP_BAD_GATEWAY

public static final int HTTP_BAD_GATEWAY
See Also:
Constant Field Values

HTTP_UNAVAILABLE

public static final int HTTP_UNAVAILABLE
See Also:
Constant Field Values

HTTP_GATEWAY_TIMEOUT

public static final int HTTP_GATEWAY_TIMEOUT
See Also:
Constant Field Values

HTTP_VERSION

public static final int HTTP_VERSION
See Also:
Constant Field Values

UNKNOWN_METHOD

public static final int UNKNOWN_METHOD
See Also:
Constant Field Values

GET_METHOD

public static final int GET_METHOD
See Also:
Constant Field Values

HEAD_METHOD

public static final int HEAD_METHOD
See Also:
Constant Field Values

POST_METHOD

public static final int POST_METHOD
See Also:
Constant Field Values

requestHeaders

public static final String[] requestHeaders

REQ_UNKNOWN

public static final int REQ_UNKNOWN
See Also:
Constant Field Values

REQ_CACHE_CONTROL

public static final int REQ_CACHE_CONTROL
See Also:
Constant Field Values

REQ_CONNECTION

public static final int REQ_CONNECTION
See Also:
Constant Field Values

REQ_DATE

public static final int REQ_DATE
See Also:
Constant Field Values

REQ_PRAGMA

public static final int REQ_PRAGMA
See Also:
Constant Field Values

REQ_TRAILER

public static final int REQ_TRAILER
See Also:
Constant Field Values

REQ_TRANSFER_ENCODING

public static final int REQ_TRANSFER_ENCODING
See Also:
Constant Field Values

REQ_UPGRADE

public static final int REQ_UPGRADE
See Also:
Constant Field Values

REQ_VIA

public static final int REQ_VIA
See Also:
Constant Field Values

REQ_WARNING

public static final int REQ_WARNING
See Also:
Constant Field Values

REQ_ACCEPT

public static final int REQ_ACCEPT
See Also:
Constant Field Values

REQ_ACCEPT_CHARSET

public static final int REQ_ACCEPT_CHARSET
See Also:
Constant Field Values

REQ_ACCEPT_ENCODING

public static final int REQ_ACCEPT_ENCODING
See Also:
Constant Field Values

REQ_ACCEPT_LANGUAGE

public static final int REQ_ACCEPT_LANGUAGE
See Also:
Constant Field Values

REQ_AUTHORIZATION

public static final int REQ_AUTHORIZATION
See Also:
Constant Field Values

REQ_EXPECT

public static final int REQ_EXPECT
See Also:
Constant Field Values

REQ_FROM

public static final int REQ_FROM
See Also:
Constant Field Values

REQ_HOST

public static final int REQ_HOST
See Also:
Constant Field Values

REQ_IF_MATCH

public static final int REQ_IF_MATCH
See Also:
Constant Field Values

REQ_IF_MODIFIED_SINCE

public static final int REQ_IF_MODIFIED_SINCE
See Also:
Constant Field Values

REQ_IF_NONE_MATCH

public static final int REQ_IF_NONE_MATCH
See Also:
Constant Field Values

REQ_IF_RANGE

public static final int REQ_IF_RANGE
See Also:
Constant Field Values

REQ_IF_UNMODIFIED_SINCE

public static final int REQ_IF_UNMODIFIED_SINCE
See Also:
Constant Field Values

REQ_MAX_FORWARDS

public static final int REQ_MAX_FORWARDS
See Also:
Constant Field Values

REQ_PROXY_AUTHENTICATION

public static final int REQ_PROXY_AUTHENTICATION
See Also:
Constant Field Values

REQ_RANGE

public static final int REQ_RANGE
See Also:
Constant Field Values

REQ_REFERER

public static final int REQ_REFERER
See Also:
Constant Field Values

REQ_TE

public static final int REQ_TE
See Also:
Constant Field Values

REQ_USER_AGENT

public static final int REQ_USER_AGENT
See Also:
Constant Field Values

REQ_KEEP_ALIVE

public static final int REQ_KEEP_ALIVE
See Also:
Constant Field Values

REQ_ALLOW

public static final int REQ_ALLOW
See Also:
Constant Field Values

REQ_CONTENT_ENCODING

public static final int REQ_CONTENT_ENCODING
See Also:
Constant Field Values

REQ_CONTENT_LANGUAGE

public static final int REQ_CONTENT_LANGUAGE
See Also:
Constant Field Values

REQ_CONTENT_LENGTH

public static final int REQ_CONTENT_LENGTH
See Also:
Constant Field Values

REQ_CONTENT_LOCATION

public static final int REQ_CONTENT_LOCATION
See Also:
Constant Field Values

REQ_CONTENT_MD5

public static final int REQ_CONTENT_MD5
See Also:
Constant Field Values

REQ_CONTENT_RANGE

public static final int REQ_CONTENT_RANGE
See Also:
Constant Field Values

REQ_CONTENT_TYPE

public static final int REQ_CONTENT_TYPE
See Also:
Constant Field Values

REQ_EXPIRES

public static final int REQ_EXPIRES
See Also:
Constant Field Values

REQ_LAST_MODIFIED

public static final int REQ_LAST_MODIFIED
See Also:
Constant Field Values

REQ_LOCATION

public static final int REQ_LOCATION
See Also:
Constant Field Values

REQ_SERVER

public static final int REQ_SERVER
See Also:
Constant Field Values
Constructor Detail

RequestAPITests.test_RequestAddNullHeader

public RequestAPITests.test_RequestAddNullHeader()
Method Detail

run

public void run()

Build m5-rc15

Please submit a feedback, bug or feature