CorsTest

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

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
@Test
fun CORS pre-flight()
Link copied to clipboard
@AfterAll
fun shutDown()
Link copied to clipboard
Link copied to clipboard
@BeforeAll
fun startUp()