add junit4.jar together with hamcrest (IDEA-119626)

(cherry picked from commit 8adb1aadfc02ee5450f6f40d6e62892bef5a97e0)
This commit is contained in:
Anna Kozlova
2014-03-12 10:15:26 +01:00
parent 10760d9bbf
commit 912e13d8af
5 changed files with 48 additions and 11 deletions
@@ -1,4 +1,4 @@
// "Add 'junit.jar' to classpath" "true"
// "Add junit to classpath" "true"
package x;
public class DoTest extends TestCase<caret>{
@@ -1,4 +1,4 @@
// "Add 'junit.jar' to classpath" "true"
// "Add junit to classpath" "true"
package x;
public class DoTest4 {
@@ -1,4 +1,4 @@
// "Add 'junit.jar' to classpath" "true"
// "Add junit to classpath" "true"
package x;
public class DoTest4junit {