default
tkunit
MTestRunnerMTestRunner.TestRunneronBegin() - Called before starting the any tests.
onEnd() - Called after all tests/testcases are run.
onTestBegin(TestCase testCase, String methodName) - Called before a single test in a testcase is started.
onTestCaseBegin(TestCase testCase) - Called before the first test in a testcase is started.
onTestCaseEnd(TestCase testCase) - Called whenever all tests in a testcase have finished.
onTestFailed(TestCase testCase, String methodName, msg) - Called whenever a test fails.
onTestIgnored(TestCase testCase, String methodName, reason) - Called whenever a test is ignored.
onTestSucceeded(TestCase testCase, String methodName) - Called whenever a test succeeds.
run(Object test) - Called by the test application to run either a single TestCase or a TestSuite.
runTestCase(TestCase testCase) -
setEnableStopOnFirstError(int bEnable) - Method onBegin | |||
Called before starting the any tests. | |||
Signature | |||
|
Method onEnd | |||
Called after all tests/testcases are run. | |||
Signature | |||
|
Method onTestBegin | |
Called before a single test in a testcase is started. | |
Signature | |
Arguments | |
Method onTestCaseBegin | |||||
Called before the first test in a testcase is started. | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method onTestCaseEnd | |||||
Called whenever all tests in a testcase have finished. | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method onTestFailed | |
Called whenever a test fails. | |
Signature | |
Arguments | |
Method onTestIgnored | |
Called whenever a test is ignored. | |
Signature | |
Arguments | |
Method onTestSucceeded | |
Called whenever a test succeeds. | |
Signature | |
Arguments | |
Method run | |||||
Called by the test application to run either a single TestCase or a TestSuite. | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setEnableStopOnFirstError | |||||
Signature | |||||
| |||||
Arguments | |||||
|
| Project Modules: | MTestCase , MTestRunner , MTestRunnerConsole , MTestRunnerHTML |
| Project Classes: | TestCase , TestRunner , TestRunnerConsole , TestRunnerHTML |
| Project Functions: | TextToHTML |
| All Namespaces: | default , ui |
| All Projects: | core , debugtext , tkfreetype2 , tkmath , tkmidi , tkopengl , tkportaudio , tksdl , tkui , tkunit |
auto-generated by "DOG", the TkScript document generator. Mon, 28/Dec/2015 13:15:55