ClientHttpsTest

abstract class ClientHttpsTest(    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
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
@BeforeAll
fun startUp()