DjUnit

DjUnit

djUnit is an Eclipse plug-in that generates code coverage reports, tests with mock objects, and provides simple trace information about test cases. djUnit plugin is JUnit TestRunner with the custom classloader. djUnit ClassLoader modifies class in loading to JVM, and runs tests using the modified class. djUnit can perform tests of JUnit, 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 the plugin 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.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • JUnit — Entwickler u.a. Kent Beck und Erich Gamma Aktuelle Version 4.10 (5. Oktober 2011) Betriebssystem Plattformübergreifend Programmier­sprache …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”