views:

116

answers:

1

Hello, everyone!

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?

+2  A: 

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.

trashgod
Thanks! I will try!
java.is.for.desktop
It worked! Tried JUnit 4.8.1.
java.is.for.desktop