sydney - 2015-01-28

I'm going through the Beginners Tutorial and in several of the lessons I am asked to set up a JUnit test case. When I do so I am given a choice between JUnit 3 or JUnit 4. At first I chose JUnit 4 and the classes and test cases were all botched up when compared to the tutorial. An example: lesson 8 where we created a test suite at the end of the lesson, I used JUnit4 and the test files did not show in the class list to be included in the all test class. However, after deleting the class and trying again with JUnit 3 the Junit testing files did show up! The tutorial is the same using JUnit 3 but not 4! I would have thought that the 4 version was better than the 3 version, but they are a lot different. Any comments on this are appreciated.