IntegrationTest

abstract class IntegrationTest

Base class for all integration tests that require common setup and/or teardown. eg. serialization, database schema creation and data population / clean-up

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun setUp()
Link copied to clipboard
open fun tearDown()