API Docs for: 3.5.0
Show:

Test.TestNode Class

A node in the test tree structure. May represent a TestSuite, TestCase, or test function.

Constructor

Test.TestNode

(
  • testObject
)
private

Parameters:

  • testObject Variant

    A TestSuite, TestCase, or the name of a test function.

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.

results

Object

Test results for this test object.

testObject

Variant

The TestSuite, TestCase, or test function represented by this node.