WebSocketsTest

abstract class WebSocketsTest(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
@DisabledOnOs(value = [OS.WINDOWS])
fun Serve WSS over HTTP2 works properly()
Link copied to clipboard
@Test
@DisabledOnOs(value = [OS.WINDOWS])
fun Serve WSS works properly()
Link copied to clipboard
@AfterAll
fun shutDown()
Link copied to clipboard
@BeforeAll
fun startUp()