- JTiger
JTiger Unit Testing Framework for Java 2 Standard Edition 5.0 is an
open Source solution that provides a robust and feature-rich abstraction to develop and executeunit test cases. Test case metadata and unit test documentation is expressed through Javadoc:SE-guide|language/annotations.html|Java annotations. Assertions, from the basic to the complex, can be made using the JTiger assertions package rather than having to write the logic for those assertions yourself.JTiger includes rich assertion abilities, ranging from 'assert true' to 'assert adherence to the Object equals method contract on this type', an
Apache Ant task, and reporting capabilities inHTML ,XML orplain text format. For an example JTiger HTML report, see the [http://jtiger.org/test-report/index.html JTiger Self Test Report] . JTiger provides reassurance of being a robust unit test framework by providing its own self test fixtures that assert 100% class and 100% methodcode coverage over the JTiger source code.JTiger includes comprehensive documentation. Every public API in the JTiger source code includes descriptive
Javadoc API Documentation. JTiger provides a user document that gives a detailed overview of how JTiger is intended to be used. The user document is available in six file formats. The JTiger framework is capable of executingJUnit test cases using the provided plugins.Examples
External links
* [http://jtiger.org/ JTiger official website]
* [http://www.qthreads.com/interviews/testing/jtiger_arose_as_a_result_of_the_many_shortcomings_of_existing_framework.html Tony Morris, the creator of JTiger speaks about JTiger and how it compares with JUnit]
Wikimedia Foundation. 2010.