[Native][tests] Tests to check dumped test listing
^KT-50316
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package infrastructure.testListing.foo
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@Test
|
||||
fun topLevel() = Unit
|
||||
|
||||
class Outer {
|
||||
@Test
|
||||
fun outer() = Unit
|
||||
|
||||
class Nested {
|
||||
@Test
|
||||
fun nested() = Unit
|
||||
}
|
||||
}
|
||||
|
||||
object O {
|
||||
@Test
|
||||
fun testObject() = Unit
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package infrastructure.testListing.foo
|
||||
|
||||
fun fortyTwo() = 42
|
||||
Reference in New Issue
Block a user