All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dk.cachet.carp.test.runSuspendTest.kt Maven / Gradle / Ivy

Go to download

Helper classes relied upon by test projects of all subsystems. E.g., to disable tests specified in common part of projects for the JavaScript runtime only.

There is a newer version: 1.2.1
Show newest version
package dk.cachet.carp.test


/**
 * Supports writing multiplatform tests with suspending functions.
 *
 * On JVM this runs as `runBlocking` and on JS as an asynchronous test:
 * https://youtrack.jetbrains.com/issue/KT-22228
 */
expect fun runSuspendTest( block: suspend () -> Unit )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy