EngineTestBase

Constructors

Link copied to clipboard
expect constructor(applicationEngineFactory: ApplicationEngineFactory<TEngine, TConfiguration>)
actual 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
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
actual open val timeout: Duration
open override val timeout: Duration
actual open val timeout: Duration

Functions

Link copied to clipboard
expect open fun afterTest()
actual open fun afterTest()
open override fun afterTest()
actual open fun afterTest()
Link copied to clipboard
expect open fun beforeTest()
actual open fun beforeTest()
open override fun beforeTest()
actual open fun beforeTest()
Link copied to clipboard
Link copied to clipboard
expect fun runTest(timeout: Duration = 60.seconds, block: suspend CoroutineScope.() -> Unit): TestResult
actual fun runTest(timeout: Duration, block: suspend CoroutineScope.() -> Unit): TestResult
actual fun runTest(timeout: Duration, block: suspend CoroutineScope.() -> Unit): TestResult
actual fun runTest(timeout: Duration, block: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
fun BaseTest.runTest(retry: Int, timeout: Duration = this.timeout, block: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
@BeforeEach
fun setUp(testInfo: TestInfo)