SamplesTest

@TestInstance(value = TestInstance.Lifecycle.PER_CLASS)
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())

Functions

Link copied to clipboard
@Test
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
@AfterAll
fun shutDown()
Link copied to clipboard
@BeforeAll
fun startUp()
Link copied to clipboard
@Test
fun test()

Properties

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