SamplesTest

abstract class SamplesTest(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings(), handler: HttpHandler = Get { ok() }) : BaseTest

Constructors

Link copied to clipboard
constructor(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings(), handler: HttpHandler = Get { ok() })

Functions

Link copied to clipboard
@Test
open fun callbacks()
Link copied to clipboard
@Test
fun errors()
Link copied to clipboard
@Test
fun files()
Link copied to clipboard
@Test
fun filters()
Link copied to clipboard
@Test
fun mockRequest()
Link copied to clipboard
@Test
fun routeGroups()
Link copied to clipboard
@Test
fun routers()
Link copied to clipboard
@Test
fun routesCreation()
Link copied to clipboard
@Test
fun serverCreation()
Link copied to clipboard
@BeforeAll
fun startUp()
Link copied to clipboard
@Test
fun test()