Class NestingXmlTag

Description

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

Located in /xml.php (line 292)


	
			
Direct descendents
Class Description
 class NestingMethodTag Accumulator for incoming method tag. Holds the incoming test structure information for later dispatch to the reporter.
 class NestingCaseTag Accumulator for incoming case tag. Holds the incoming test structure information for later dispatch to the reporter.
 class NestingGroupTag Accumulator for incoming group tag. Holds the incoming test structure information for later dispatch to the reporter.
Variable Summary
 mixed $_attributes
 mixed $_name
Method Summary
 NestingXmlTag NestingXmlTag (hash $attributes)
 string getName ()
 void setName (string $name)
 hash _getAttributes ()
Variables
mixed $_attributes (line 294)
mixed $_name (line 293)
Methods
Constructor NestingXmlTag (line 302)

Sets the basic test information except the name.

  • access: public
NestingXmlTag NestingXmlTag (hash $attributes)
  • hash $attributes: Name value pairs.
getName (line 321)

Accessor for name.

  • return: Name of test.
  • access: public
string getName ()
setName (line 312)

Sets the test case/method name.

  • access: public
void setName (string $name)
  • string $name: Name of test.
_getAttributes (line 330)

Accessor for attributes.

  • return: All attributes.
  • access: protected
hash _getAttributes ()

Documentation generated on Sun, 04 May 2008 09:22:31 -0500 by phpDocumentor 1.3.0