Profil de TerryValley of SpiritSeekerSPhotosBlogListesPlus ![]() | Aide |
|
|
28/11/2005 JUNIT Related Tools1. Jester Jester is a tool written by Ivan Moore for finding java code that is not tested. It change your application's source code then recompiling, and running the test suite. If all the tests still pass after making changes, then there is potentially a problem and it is reported. Configuation File: Using java:
<target name="jester" depends=""> |
|
|