Package-level declarations

TODO

Types

Link copied to clipboard
abstract class BooksTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ClientCookiesTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serializationFormats: List<SerializationFormat>,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ClientHttp2Test(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serializationFormats: List<SerializationFormat>,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ClientHttpsTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serializationFormats: List<SerializationFormat>,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ClientMultipartTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serializationFormats: List<SerializationFormat>,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ClientTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serializationFormats: List<SerializationFormat>,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
@TestMethodOrder(value = MethodOrderer.OrderAnnotation::class)
abstract class CookiesTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class CorsTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ErrorsTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
@TestInstance(value = TestInstance.Lifecycle.PER_CLASS)
abstract class FilesTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class FiltersTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class Http2Test(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class HttpsTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class MultipartSamplesTest(    val clientAdapter: () -> HttpClientPort,     val serverAdapter: () -> HttpServerPort,     val serverSettings: HttpServerSettings = HttpServerSettings())
Link copied to clipboard
@TestInstance(value = TestInstance.Lifecycle.PER_CLASS)
abstract class MultipartTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class SamplesTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings(),     handler: HttpHandler = Get { ok() }) : BaseTest
Link copied to clipboard
abstract class SseTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class WebSocketsTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest
Link copied to clipboard
abstract class ZipTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest