HttpsTest

abstract class HttpsTest(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
fun nativeMac(): Boolean
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Serve HTTP2 works properly()
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Serve HTTPS example()
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Serve HTTPS works properly()
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Serve insecure HTTPS example()
Link copied to clipboard
@AfterAll
fun shutDown()
Link copied to clipboard
@BeforeAll
fun startUp()