MultipartTest

@TestInstance(value = TestInstance.Lifecycle.PER_CLASS)
abstract class MultipartTest(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest

Constructors

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

Functions

Link copied to clipboard
Link copied to clipboard
@AfterAll
fun shutDown()
Link copied to clipboard
@BeforeAll
fun startUp()