package 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".

TestResult

TestResult contains the result of the executed unit tests.

TestRunner

This class runs unit test cases and prints the result.

TestStatus

The status information of a unit test case method.