Public Member Functions | |
| SimpleCommandLineParser ($arguments) | |
| _parseProperty ($property) | |
| getTest () | |
| getTestCase () | |
| isXml () | |
Protected Attributes | |
| $to_property = array('c' => 'case', 't' => 'test') | |
| $case = '' | |
| $test = '' | |
| $xml = false | |
Definition at line 9 of file default_reporter.php.
| SimpleCommandLineParser::SimpleCommandLineParser | ( | $ | arguments | ) |
Definition at line 15 of file default_reporter.php.
References _parseProperty().
| SimpleCommandLineParser::_parseProperty | ( | $ | property | ) |
| SimpleCommandLineParser::getTest | ( | ) |
Definition at line 41 of file default_reporter.php.
| SimpleCommandLineParser::getTestCase | ( | ) |
Definition at line 45 of file default_reporter.php.
| SimpleCommandLineParser::isXml | ( | ) |
Definition at line 49 of file default_reporter.php.
SimpleCommandLineParser::$to_property = array('c' => 'case', 't' => 'test') [protected] |
Definition at line 10 of file default_reporter.php.
SimpleCommandLineParser::$case = '' [protected] |
Definition at line 11 of file default_reporter.php.
SimpleCommandLineParser::$test = '' [protected] |
Definition at line 12 of file default_reporter.php.
SimpleCommandLineParser::$xml = false [protected] |
Definition at line 13 of file default_reporter.php.
1.5.5