Class Summary |
AdvancedAssertion |
The AdvancedAssertion class is a suite for addons to the core assertions methods. |
Assertion |
The root class for the test classes tree. |
JMUnit |
A framework's utility class. |
Result |
The Result class has the responsability of store the tests results. |
Screen |
The purpose of this class is generate all the framework's interface. |
Test |
The Test is a abstract class that has the main
implementation to create a executing test class
or a utility class to execute others. |
TestCase |
The principal class in the framework. |
TestSuite |
The TestSuite class is responsible for execute many TestCases. |