FiltersTest

abstract class FiltersTest(    clientAdapter: () -> HttpClientPort,     serverAdapter: () -> HttpServerPort,     serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest

Constructors

Link copied to clipboard
constructor(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings())