haxe.unit
| .. | |
|---|---|
| TestCase | This unit test class should be extended to create test cases. Each test method created in this extended class should start with the name "test". | 
| TestRunner | This class runs unit test cases and prints the result. | 
| TestStatus | The status information of a unit test case method. |