Add runtime dependency to tests where exception references are used.
This commit is contained in:
+1
@@ -2,6 +2,7 @@
|
||||
// ERROR: Unresolved reference: Before
|
||||
// ERROR: Unresolved reference: junit
|
||||
// UNCONFIGURE_LIBRARY: JUnit4
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
import org.<caret>junit.Before
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// ERROR: Unresolved reference: Before
|
||||
// ERROR: Unresolved reference: junit
|
||||
// UNCONFIGURE_LIBRARY: JUnit4
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
import org.junit.Before
|
||||
|
||||
+1
@@ -2,6 +2,7 @@
|
||||
// ERROR: Unresolved reference: BeforeMethod
|
||||
// ERROR: Unresolved reference: testng
|
||||
// UNCONFIGURE_LIBRARY: testng
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
abstract class KBase {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// ERROR: Unresolved reference: BeforeMethod
|
||||
// ERROR: Unresolved reference: testng
|
||||
// UNCONFIGURE_LIBRARY: testng
|
||||
// WITH_RUNTIME
|
||||
package some
|
||||
|
||||
import org.testng.annotations.BeforeMethod
|
||||
|
||||
Reference in New Issue
Block a user