2

Has anyone tried to use a newer version of JUnit in Netbeans? Netbeans currently has 4.5 bundled. Newest is 4.8 or so.

Could a newer version of JUnit break compatibility with Netbeans' unit test integration? Or do something else negative?

java.is.for.desktop
  • 10,748
  • 12
  • 69
  • 103

1 Answers1

2

Yes, you would add the new Junit JAR as a library and then add it to the project's Test Libraries folder in the Projects window. The Test Libraries folder is below the one shown here.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045