abstract class FetchTestCases
(source)
Generic test cases for concept-fetch implementations.
We expect any implementation of concept-fetch to pass all test cases here.
FetchTestCases()
Generic test cases for concept-fetch implementations. |
fun GET (404) with body(): Unit |
|
fun GET (200) Overriding default headers(): Unit |
|
fun GET (200) default headers(): Unit |
|
fun GET (200) duplicated cache control response headers(): Unit |
|
fun GET (200) gzipped body(): Unit |
|
fun GET (200) user agent(): Unit |
|
fun GET (200) with String body(): Unit |
|
fun GET (200) with duplicated cache control request headers(): Unit |
|
fun GET (200) with headers(): Unit |
|
fun GET (200) with read timeout(): Unit |
|
fun GET (302) follow redirects disabled(): Unit |
|
fun GET (302, 200) follow redirects(): Unit |
|
fun POST (200) with body(): Unit |
|
fun PUT (201) file upload(): Unit |
|
abstract fun createNewClient(): Client
Creates a new Client for running a specific test case with it. |