public abstract class BaseClientTest extends Object
| Modifier and Type | Field and Description |
|---|---|
okhttp3.mockwebserver.MockWebServer |
server |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
BaseClientTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Client |
createClient() |
void |
setUp() |
void |
tearDown() |
void |
test204() |
void |
test401() |
void |
testConcurrentRequests() |
void |
testConnectionRefused() |
void |
testDuplicatedHeaderParams() |
void |
testDuplicatedQueryParams() |
void |
testEmptyHeaderParam() |
void |
testEmptyQueryParam() |
void |
testRedirectWithQueryParams() |
void |
testSimpleGET() |
void |
testSimpleHeaderParams() |
void |
testSimpleQueryParams() |
void |
testSimpleRedirects() |
void |
testsRequestMethodsWithVariousStatusCodes() |
void |
testUpload() |
public final okhttp3.mockwebserver.MockWebServer server
public final org.junit.rules.TestName testName
protected abstract Client createClient()
public void setUp()
public void testDuplicatedQueryParams()
throws Throwable
Throwablepublic void testDuplicatedHeaderParams()
throws Throwable
Throwablepublic void testRedirectWithQueryParams()
throws Throwable
ThrowableCopyright © 2018. All rights reserved.