ce4a950697
It is not what should be tested in this test
12 lines
215 B
Kotlin
Vendored
12 lines
215 B
Kotlin
Vendored
import junit.framework.TestCase
|
|
|
|
class Test1: TestCase() {
|
|
fun test1() {}
|
|
}
|
|
|
|
class Test2: junit.framework.TestCase() {
|
|
fun test2() {}
|
|
}
|
|
|
|
// CLASS: junit.framework.TestCase
|
|
// SEARCH: class:Test1, class:Test2 |