todo

expect fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.0
actual fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.1
actual inline fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.0
actual inline fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.3
actual fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.8
actual fun todo(block: () -> Unit)(source)

Takes the given block of test code and doesn't execute it.

This keeps the code under test referenced, but doesn't actually test it until it is implemented.

Since Kotlin

1.8