EngineTestBase

Constructors

Link copied to clipboard
expect constructor(applicationEngineFactory: ApplicationEngineFactory<TEngine, TConfiguration>)
actual constructor(applicationEngineFactory: ApplicationEngineFactory<TEngine, TConfiguration>)
actual constructor(applicationEngineFactory: ApplicationEngineFactory<TEngine, TConfiguration>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open override val coroutineContext: CoroutineContext
actual open override val coroutineContext: CoroutineContext
actual open override val coroutineContext: CoroutineContext
Link copied to clipboard
val testLog: Logger
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect open val timeout: Duration
open override val timeout: Duration
actual open val timeout: Duration

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit)
actual fun runTest(block: suspend CoroutineScope.() -> Unit)
actual fun runTest(block: suspend CoroutineScope.() -> Unit)
Link copied to clipboard
@BeforeEach
fun setUp(testInfo: TestInfo)
Link copied to clipboard
@BeforeEach
fun setUpBase()
Link copied to clipboard
@AfterEach
fun tearDownBase()
Link copied to clipboard
@AfterEach
fun throwErrors()