ClientMultipartTest

abstract class ClientMultipartTest(clientAdapter: () -> HttpClientPort, serverAdapter: () -> HttpServerPort, serializationFormats: List<SerializationFormat>, serverSettings: HttpServerSettings = HttpServerSettings()) : BaseTest

Constructors

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

Functions

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