- DjUnit
djUnit is an Eclipse plug-in that generates
code coverage reports, tests with mock objects, and provides simple trace information abouttest case s. djUnitplugin isJUnit TestRunner with the custom classloader. djUnit ClassLoader modifies class in loading toJVM , and runs tests using the modified class. djUnit can perform tests ofJUnit , and usage is easy.Coverage Report
djUnit uses jcoverage to generate a [http://works.dgic.co.jp/djunit/coverageview.html coverage report] of the performed tests, and it can be checked on Eclipse.The results are shown on djUnit coverage view , task list and java source editor.
Testing using Virtual Mock Objects
djUnit uses ASM and BCEL, and has an added original extension. If [http://works.dgic.co.jp/djunit/usevmo.html Virtual Mock Objects] is used, it enables creation of Mock Object at low cost, and it can also write simple tests.
Features
# djUnit is a test runner developed for performing safety and low cost unit tests.
# djUnit is faster.
# djUnit is much more reliable(i.e. less exceptions from theplugin itself).
# djUnit does not show the [http://works.dgic.co.jp/djunit/coverageview.html coverage] of the test classes themselves.References
* Download djUnit, http://works.dgic.co.jp/djwiki/Viewpage.do?pid=@646A556E697420446F776E6C6F6164
* http://works.dgic.co.jp/djunit/index.html
* http://open.ncsu.edu/se/tutorials/djunit/ee also
* JUnit [http://www.junit.org/]
* Eclipse [http://www.eclipse.org/]
* jcoverage [http://www.jcoverage.com/]
* BCEL [http://jakarta.apache.org/bcel/]
* ASM [http://asm.objectweb.org/]
Wikimedia Foundation. 2010.