|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| TestDoxReporter ($test_case_pattern= '/^TestOf(.*)$/') | |
| paintCaseStart ($test_name) | |
| paintCaseEnd () | |
| paintMethodStart ($test_name) | |
| paintMethodEnd () | |
| paintFail () | |
Data Fields | |
| $_test_case_pattern = '/^TestOf(.*)$/' | |
Definition at line 3 of file testdox.php.
| paintCaseEnd | ( | ) |
Definition at line 21 of file testdox.php.
| paintCaseStart | ( | $ | test_name | ) |
Paints the start of a test case. Will also paint the page header and footer if this is the first test. Will stash the size if the first start.
| string | $test_name | Name of test that is starting. public |
Reimplemented from SimpleReporter.
Definition at line 12 of file testdox.php.
| paintFail | ( | ) |
Definition at line 39 of file testdox.php.
| paintMethodEnd | ( | ) |
Definition at line 35 of file testdox.php.
| paintMethodStart | ( | $ | test_name | ) |
Paints the start of a test method.
| string | $test_name | Name of test that is starting. public |
Reimplemented from SimpleReporter.
Definition at line 25 of file testdox.php.
| TestDoxReporter | ( | $ | test_case_pattern = '/^TestOf(.*)$/' | ) |
| $_test_case_pattern = '/^TestOf(.*)$/' |
Definition at line 5 of file testdox.php.