I am using codePro tool to generate junit. Since I am using JDK1.4, I opted junit3 in codePro settings.
Despite me setting junit-3, the test cases are generated in junit-4 (with annotations)
The first screen shot shows that my setting shows my selection on junit-3 The second screen shot shows that test case generations are happening based on junit-4
Please guide me on this