PHP Class NestedGroupTag, simpletest

Holds the incoming test structure information for later dispatch to the reporter.
Inheritance: extends NestedXmlTag
Afficher le fichier Open project: simpletest/simpletest Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( hash $attributes ) Sets the basic test information except the name.
getSize ( ) : integer The size in the attributes.
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 méthode

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

getSize() public méthode

The size in the attributes.
public getSize ( ) : integer
Résultat integer Value of size attribute or zero.

paintEnd() public méthode

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

paintStart() public méthode

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