Fixed test data to use only annotation syntax with @
This commit is contained in:
+2
-2
@@ -2,11 +2,11 @@ import org.junit.Test as test
|
||||
import org.junit.Test
|
||||
|
||||
class MyTestClass {
|
||||
test fun test1() {}
|
||||
@test fun test1() {}
|
||||
|
||||
@Deprecated @test fun test2() {}
|
||||
|
||||
Test fun test3() {}
|
||||
@Test fun test3() {}
|
||||
}
|
||||
|
||||
// ANNOTATION: org.junit.Test
|
||||
|
||||
Reference in New Issue
Block a user