Find topicGeneral websWeb toolsHelp |
The LONI Pipeline makes use of JUnit for unit testing.
Existing testsCurrent we have the following test classes * *Additional tests needed
Code coverage
Nightly testing
Instructions for running tests
> ant JUnitTesting
> java -classpath build/pipeline.junit.jar ${junit.class}
alternatively, to run under the debugger
> ant JUnitTesting
> jdb -classpath build/pipeline.junit.jar ${junit.class}
> run
where ${junit.class} is the your unit test class
|