SamplesTest

abstract class SamplesTest(val clientAdapter: () -> HttpClientPort, val serverAdapter: () -> HttpServerPort, val serverSettings: HttpServerSettings = HttpServerSettings())

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
@Test
fun test()