Package-level declarations

TODO

Types

Link copied to clipboard
abstract class BenchmarkIT(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings()) : BooksTest
Link copied to clipboard
class BenchmarkSimulation : Simulation
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 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(val clientAdapter: () -> HttpClientPort, val serverAdapter: () -> HttpServerPort, val serverSettings: HttpServerSettings = HttpServerSettings())
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