andThen

expect inline fun TestResult.andThen(crossinline block: () -> Any): TestResult

Executes the provided block after the test. It is the only way to execute something after test on JS/WasmJS targets.

Report a problem

See also

TestResult
actual inline fun TestResult.andThen(crossinline block: () -> Any): TestResult
actual inline fun TestResult.andThen(block: () -> Any): TestResult
actual inline fun TestResult.andThen(crossinline block: () -> Any): TestResult