com.spikesource.spiketestgen |
|
Java Source File Name | Type | Comment |
RulesEngine.java | Class | Parses the rules XML file and retrives the boundary
conditions of a data type. |
SpikeTestGen.java | Class | SpikeTestGen is a doclet, which, with the help of class and
method signatures given by Classdoc , * generates unit test
cases requiring just the class files of the package under test.
It decouples the test code and test data using the open source
tool called JTestCase. |
TestCaseLogger.java | Class | Generates LogTestCase.java that logs successful and failed test cases
while test case execution. |
TestCodeGeneration.java | Class | Generates the unit test code according to the schema of
JTestCase.
Unit Test code for each class is generated in such a way that,
it creates a suite for all test methods. |
TestDataGeneration.java | Class | Generates the XML data file for the test cases. |