toBe_TODO

expect abstract fun toBe_TODO(): String
actual abstract fun toBe_TODO(): String
open fun toBe_TODO(expected: String, expectedLine2: String, vararg expectedOtherLines: String): String

Alias for toBe_TODO, the arguments are ignored.


actual abstract fun toBe_TODO(): String

Marks that the expected value should be written when the test executes.