added support for generation of QUnit unit tests from Kotlin JUnit test cases
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package org.junit;
|
||||
|
||||
native
|
||||
annotation class Test(name : String = "") {}
|
||||
Reference in New Issue
Block a user