NestingXmlTag
└─NestingCaseTag
public class NestingCaseTag
extends NestingXmlTag
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 |
public NestingCaseTag(hash attributes)
Sets the basic test information except the name.
public void paintEnd(SimpleReporter listener)
Signals the appropriate end event on the listener.
public void paintStart(SimpleReporter listener)
Signals the appropriate start event on the listener.
Accumulator for incoming case tag. Holds the incoming test structure information for later dispatch to the reporter.