public class HttpClientTest extends Object
| Constructor and Description |
|---|
HttpClientTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldDelete() |
void |
shouldExplodeWithInvalidResponse() |
void |
shouldGet() |
void |
shouldGzip() |
void |
shouldIntialize() |
void |
shouldPost() |
void |
shouldPut() |
void |
shouldReturnValidResponse() |
void |
shouldSetApplicationName() |
void |
shouldSetApplicationVendor() |
void |
shouldSetApplicationVersion() |
void |
shouldSetProxy() |
void |
shouldSetProxyWithCredentials() |
void |
shouldSetWsapiVersion() |
void |
shouldUseDefaultWsapiVersion() |
public void setUp()
throws URISyntaxException
URISyntaxExceptionpublic void shouldIntialize()
public void shouldSetProxyWithCredentials()
throws Exception
Exceptionpublic void shouldSetApplicationVendor()
throws Exception
Exceptionpublic void shouldSetApplicationVersion()
throws Exception
Exceptionpublic void shouldUseDefaultWsapiVersion()
public void shouldSetWsapiVersion()
public void shouldReturnValidResponse()
throws Exception
Exception