JUnit4: test function annotated with 'test' annotation
#KT-3178 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import org.junit.Test as test
|
||||
import org.junit.Test
|
||||
|
||||
class MyTestClass {
|
||||
test fun test1() {}
|
||||
|
||||
[Deprecated test] fun test2() {}
|
||||
|
||||
Test fun test3() {}
|
||||
}
|
||||
|
||||
// ANNOTATION: org.junit.Test
|
||||
// SEARCH: PsiMethod:test1, PsiMethod:test2, PsiMethod:test3
|
||||
Reference in New Issue
Block a user