SamplesTest
abstract class SamplesTest(val clientAdapter: () -> HttpClientPort, val serverAdapter: () -> HttpServerPort, val serverSettings: HttpServerSettings = HttpServerSettings())
Constructors
Link copied to clipboard
constructor(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings())