Test.TestNode Class
A node in the test tree structure. May represent a TestSuite, TestCase, or test function.
Constructor
Test.TestNode
(
private
-
testObject
Parameters:
-
testObject
VariantA TestSuite, TestCase, or the name of a test function.
Item Index
Properties
Properties
firstChild
TestNode
Pointer to this node's first child.
lastChild
TestNode
Pointer to this node's last child.
next
TestNode
Pointer to this node's next sibling.
parent
TestNode
Pointer to this node's parent.
testObject
Variant
The TestSuite, TestCase, or test function represented by this node.