mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
add junit to classpath when annotation FQN is used (IDEA-64909)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Add 'junit.jar' to classpath" "true"
|
||||
package x;
|
||||
|
||||
public class DoTest4junit {
|
||||
@org.ju<caret>nit.Test
|
||||
void f() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -133,6 +133,10 @@ public class OrderEntryTest extends DaemonAnalyzerTestCase {
|
||||
doTest("A/src/x/DoTest4.java");
|
||||
}
|
||||
|
||||
public void testAddJunit4inJunit() throws Exception {
|
||||
doTest("A/src/x/DoTest4junit.java");
|
||||
}
|
||||
|
||||
public void testExistingJunit() throws Exception {
|
||||
doTest("B/src/y/AddExistingJunit.java");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user