Testing-JUnit and TestNG
Testing with JUnit and the similar TestNG
Minor configuration in eclipse
To be able to test your business objects layer in JUnit test cases, you should set the following parameters in your test case/test suite launch configuration :
First in the "Arguments" tab, set your working directory to the build product of your project. For example, for a framework project the working directory should be :
Unknown macro: noformat. Click on this message for details.
For an application it should be (using the handy wolipsdirloc variable)
Unknown macro: noformat. Click on this message for details.
Then, in the classpath tab, select the "User Entries" entry and use the "Advanced..." button and select the "Add Folders" button.
Select the "Java" folder of your build product.
Use the "Up/Down" buttons to move this folder at the first position of your classpath.