Http2Test

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

Constructors

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

Functions

Link copied to clipboard
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Serve HTTP2 works properly()
Link copied to clipboard
@BeforeAll
fun startUp()