I am finding your tutorials extremely helpful so, first and foremost, many thanks.
I have got to lesson 4 and when I try to add JUnit 3 to the libraries Eclipse doesn't bring up any errors but also doesn't do anything. I have looked into adding it by hand and it just comes up with a wizard that doesn't let me give me any settings that I can change or any way to move forward. My PersonTest is still full of errors and there seems to be no way of adding JUnit 3 to my TotalBeginner project. Do you know any reasons why this isn't working and and any way to fix it?
Many thanks,
Cassidy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been going through the tutorials making several JUnit tests. When you are making the JUnit test for a lesson, you are given a choice of using JUnit3 or JUnit4. If you use JUnit 3 the test classes will be the same as in the tutorial. JUnit 4 is completely different.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am finding your tutorials extremely helpful so, first and foremost, many thanks.
I have got to lesson 4 and when I try to add JUnit 3 to the libraries Eclipse doesn't bring up any errors but also doesn't do anything. I have looked into adding it by hand and it just comes up with a wizard that doesn't let me give me any settings that I can change or any way to move forward. My PersonTest is still full of errors and there seems to be no way of adding JUnit 3 to my TotalBeginner project. Do you know any reasons why this isn't working and and any way to fix it?
Many thanks,
Cassidy
I had the same problem. What worked for me was to add JUnit4 instead of 3.
I'm guessing that the tutorial is out of date in this regard.
I've been going through the tutorials making several JUnit tests. When you are making the JUnit test for a lesson, you are given a choice of using JUnit3 or JUnit4. If you use JUnit 3 the test classes will be the same as in the tutorial. JUnit 4 is completely different.
Yes, I just opted to use JUnit 3, even though 4 was an option, to avoid getting messed up. I'll figure out 4 at a later date.