Add runtime dependency to tests where exception references are used.

This commit is contained in:
Ilya Gorbunov
2016-08-12 18:34:49 +03:00
parent 6f7b908dbb
commit 570ac8b821
20 changed files with 21 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
// ERROR: Unresolved reference: Before
// ERROR: Unresolved reference: junit
// UNCONFIGURE_LIBRARY: JUnit4
// WITH_RUNTIME
package some
import org.<caret>junit.Before
+1
View File
@@ -2,6 +2,7 @@
// ERROR: Unresolved reference: Before
// ERROR: Unresolved reference: junit
// UNCONFIGURE_LIBRARY: JUnit4
// WITH_RUNTIME
package some
import org.junit.Before
+1
View File
@@ -2,6 +2,7 @@
// ERROR: Unresolved reference: BeforeMethod
// ERROR: Unresolved reference: testng
// UNCONFIGURE_LIBRARY: testng
// WITH_RUNTIME
package some
abstract class KBase {
+1
View File
@@ -2,6 +2,7 @@
// ERROR: Unresolved reference: BeforeMethod
// ERROR: Unresolved reference: testng
// UNCONFIGURE_LIBRARY: testng
// WITH_RUNTIME
package some
import org.testng.annotations.BeforeMethod