- Logical unit testing is the simplest automated testing a programmer can do, this is the first type of testing that should be done (before integration testing, system testing, etc...)
- Logical unit testing in Sakai is mostly done using Junit
- Add the Junit dependencies to your project in Eclipse
- Select your project in the Package Explorer
- Click on Project -> Properties (or right-click and select Properties)
- Click on Java Build Path
- Click on the Libraries tab
- Click the Add Variable button on the right
- Select the MAVEN_REPO variable and click the Extend... button on the right
- Click on junit -> jars -> junit-3.8.1.jar and click OK
- Click OK to close the project properties window