EngineTestBase

expect abstract class EngineTestBase<TEngine, TConfiguration>(applicationEngineFactory: <ERROR CLASS><TEngine, TConfiguration>) : BaseTest, CoroutineScope
actual abstract class EngineTestBase<TEngine, TConfiguration> : BaseTest, CoroutineScope
actual abstract class EngineTestBase<TEngine, TConfiguration>(applicationEngineFactory: <ERROR CLASS><TEngine, TConfiguration>) : BaseTest

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun _verifyErrors()
Link copied to clipboard
expect fun collectUnhandledException(error: Throwable)
actual fun collectUnhandledException(error: Throwable)
actual fun collectUnhandledException(error: Throwable)
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit)
actual fun runTest(block: suspend CoroutineScope.() -> Unit)
Link copied to clipboard
fun setUpBase()
Link copied to clipboard
fun tearDownBase()

Properties

Link copied to clipboard
expect val applicationEngineFactory: <ERROR CLASS><TEngine, TConfiguration>
actual val applicationEngineFactory: <ERROR CLASS><TEngine, TConfiguration>
actual val applicationEngineFactory: <ERROR CLASS><TEngine, TConfiguration>
Link copied to clipboard
expect open override val coroutineContext: CoroutineContext
actual open override val coroutineContext: CoroutineContext
actual open val coroutineContext: CoroutineContext
Link copied to clipboard
val testLog: Logger
Link copied to clipboard
open override val timeout: Duration
Link copied to clipboard
expect open val timeout: Duration
actual open val timeout: Duration