ClientHttp2Test

abstract class ClientHttp2Test(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serializationFormats: List<SerializationFormat>, serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest

Constructors

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

Functions

Link copied to clipboard
fun nativeMac(): Boolean
Link copied to clipboard
@Test
@DisabledIf(value = "nativeMac")
fun Request HTTPS example()
Link copied to clipboard
@BeforeEach
fun resetHandler()
Link copied to clipboard
Link copied to clipboard
@AfterAll
fun shutDown()
Link copied to clipboard
@BeforeAll
fun startUp()