NestingXmlTag
└─NestingMethodTag
public class NestingMethodTag
extends NestingXmlTag
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 |
public NestingMethodTag(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 method tag. Holds the incoming test structure information for later dispatch to the reporter.