0

I am trying to get some code form a course to work on my current installation: eclipse 3.4.2, a project with jdk1.60_13, JUnit 4_4.3.1 but the JUnit types Theories and @DataPoint cannot be resolved. Also e.g. the replay() and verify() methods are not recognized. What am I doing wrong (apart from using Java)?

gideon
  • 19,329
  • 11
  • 72
  • 113
Gerard
  • 13,023
  • 14
  • 72
  • 125

1 Answers1

0

ok, I mistook JUnit 4_4.3.1 for 4.4 but of course it means version 4: specific version: 4.3...

Gerard
  • 13,023
  • 14
  • 72
  • 125