SimpleTest


SimpleTest\NestingCaseTag
xml.php at line 351

Class NestingCaseTag

NestingXmlTag
└─NestingCaseTag

public class NestingCaseTag
extends NestingXmlTag

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

Subpackage:
UnitTester

Constructor Summary

NestingCaseTag(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 359

NestingCaseTag

public NestingCaseTag(hash attributes)

Sets the basic test information except the name.

Parameters:
attributes - Name value pairs.

Method Detail

xml.php at line 379

paintEnd

public void paintEnd(SimpleReporter listener)

Signals the appropriate end event on the listener.

Parameters:
listener - Target for events.

xml.php at line 369

paintStart

public void paintStart(SimpleReporter listener)

Signals the appropriate start event on the listener.

Parameters:
listener - Target for events.

SimpleTest