JTiger |
JTiger Unit Testing Framework for Java 2 Standard Edition 1.5 is an Open Source solution that provides a robust and feature-rich abstraction to develop and execute unit test cases. Test case metadata and unit test documentation is expressed through [http://java.sun.com/j2se/1.5.0/docs/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 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 executing JUnit test cases using the provided plugins.
= Examples =
= External links =
*[http://www.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]|
|