PHP Class NestedCaseTag, simpletest

Holds the incoming test structure information for later dispatch to the reporter.
Inheritance: extends NestedXmlTag
Datei anzeigen Open project: simpletest/simpletest

Public Methods

Method Description
__construct ( hash $attributes ) Sets the basic test information except the name.
paintEnd ( SimpleReporter &$listener ) Signals the appropriate end event on the listener.
paintStart ( SimpleReporter &$listener ) Signals the appropriate start event on the listener.

Method Details

__construct() public method

Sets the basic test information except the name.
public __construct ( hash $attributes )
$attributes hash Name value pairs.

paintEnd() public method

Signals the appropriate end event on the listener.
public paintEnd ( SimpleReporter &$listener )
$listener SimpleReporter Target for events.

paintStart() public method

Signals the appropriate start event on the listener.
public paintStart ( SimpleReporter &$listener )
$listener SimpleReporter Target for events.