Method |
Description |
|
__construct ( object &$listener, boolean $cc = false ) |
Reporter to be run inside of Eclipse interface. |
|
createInvoker ( SimpleInvoker &$invoker ) : EclipseInvoker |
Wraps the test in an output buffer. |
|
createListener ( integer $port, string $host = '127.0.0.1' ) : SimpleSocket |
Localhost connection from Eclipse. |
|
escapeVal ( string $raw ) : string |
C style escaping. |
|
getDumper ( ) : SimpleDumper |
Means to display human readable object comparisons. |
|
paintCaseEnd ( $case ) |
Drops the name. |
|
paintCaseStart ( $case ) |
Stashes the test case name for the later failure message. |
|
paintError ( string $message ) |
Stash the first error. Clicking the test item goes to first error. |
|
paintException ( $exception ) |
Stash the first exception. Clicking the test item goes to first message. |
|
paintFail ( string $message ) |
Stash the first failing item. Clicking the test item goes to first fail. |
|
paintFooter ( string $test_name ) |
We don't display any special footer. |
|
paintGroupEnd ( string $group ) |
Paints coverage report if enabled. |
|
paintGroupStart ( string $group, integer $size ) |
Stashes the name of the test suite. Starts test coverage if enabled. |
|
paintHeader ( string $test_name ) |
We don't display any special header. |
|
paintMethodEnd ( $method ) |
Only send one message if the test passes, after that suppress the message. |
|
paintMethodStart ( $method ) |
Paints nothing at the start of a test method, but stash the method name for later. |
|
paintPass ( string $message ) |
Stash the first passing item. Clicking the test item goes to first pass. |
|