|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| DetachedTestCase ($command, $dry_command=false) | |
| getLabel () | |
| run (&$reporter) | |
| getSize () | |
| & | _createParser (&$reporter) |
Data Fields | |
| $_command | |
| $_dry_command | |
| $_size | |
Definition at line 21 of file detached.php.
| & _createParser | ( | &$ | reporter | ) |
Creates the XML parser.
| SimpleReporter | $reporter | Target of test results. |
Definition at line 92 of file detached.php.

| DetachedTestCase | ( | $ | command, |
| $ | dry_command = false |
||
| ) |
Sets the location of the remote test.
| string | $command | Test script. |
| string | $dry_command | Script for dry run. public |
Definition at line 32 of file detached.php.
| getLabel | ( | ) |
Accessor for the test name for subclasses.
Definition at line 43 of file detached.php.
| getSize | ( | ) |
Accessor for the number of subtests.
Definition at line 71 of file detached.php.

| run | ( | &$ | reporter | ) |
Runs the top level test for this class. Currently reads the data as a single chunk. I'll fix this once I have added iteration to the browser.
| SimpleReporter | $reporter | Target of test results. |
Definition at line 55 of file detached.php.

| $_command |
Definition at line 22 of file detached.php.
| $_dry_command |
Definition at line 23 of file detached.php.
| $_size |
Definition at line 24 of file detached.php.