kotlin-test: Make 'todo { }' function common
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package kotlin.test
|
||||
|
||||
/**
|
||||
* Comments out a block of test code until it is implemented while keeping a link to the code
|
||||
* to implement in your unit test output
|
||||
*/
|
||||
header fun todo(block: () -> Unit)
|
||||
Reference in New Issue
Block a user