JTestCase 4.0.0 review
DownloadJTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units. Although the fo
|
|
JTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units.
Although the following examples show JTestCase used together with junit, please note that JTestCase has no dependence on junit itself.
A moderately complex java projects may comprise hundreds of junit test case. JTestCase helps you organize your test cases in a rationale and efficient way.
To achieve this goal JTestCase provides:
- A propetary XML format to define your test cases in an abstract way.
- Easy-to-use API to retrieve data from XML file and to do assertion.
Requirements:
Ant for compilation
JTestCase 4.0.0 keywords