SamplesTest
abstract class SamplesTest(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings(), handler: HttpHandler = Get { ok() }) : BaseTest
Constructors
Link copied to clipboard
constructor(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings(), handler: HttpHandler = Get { ok() })