SimpleTest


SimpleTest\NestingMethodTag
xml.php at line 311

Class NestingMethodTag

NestingXmlTag
└─NestingMethodTag

public class NestingMethodTag
extends NestingXmlTag

Accumulator for incoming method tag. Holds the incoming test structure information for later dispatch to the reporter.

Subpackage:
UnitTester

Constructor Summary

NestingMethodTag(hash attributes)

Sets the basic test information except the name.

Method Summary
void

paintEnd(SimpleReporter listener)

Signals the appropriate end event on the listener.

void

paintStart(SimpleReporter listener)

Signals the appropriate start event on the listener.

Methods inherited from SimpleTest\NestingXmlTag
getName, setName

Constructor Detail

xml.php at line 319

NestingMethodTag

public NestingMethodTag(hash attributes)

Sets the basic test information except the name.

Parameters:
attributes - Name value pairs.

Method Detail

xml.php at line 339

paintEnd

public void paintEnd(SimpleReporter listener)

Signals the appropriate end event on the listener.

Parameters:
listener - Target for events.

xml.php at line 329

paintStart

public void paintStart(SimpleReporter listener)

Signals the appropriate start event on the listener.

Parameters:
listener - Target for events.

SimpleTest