Lines Matching defs:TestNode
37 * @class TestNode
41 function TestNode(testObject){
52 * @type TestNode
59 * @type TestNode
66 * @type TestNode
73 * @type TestNode
96 TestNode.prototype = {
105 var node = new TestNode(testObject);
140 * @type TestNode
149 * @type TestNode
313 * @param {TestNode} parentNode The node to add the test case to as a child.
338 * @param {TestNode} parentNode The node to add the test suite to as a child.
371 this._root = new TestNode(this.masterSuite);
392 * @param {TestNode} node The TestNode representing the test object.
426 * @return {TestNode} The next node in the test tree or null if the end is reached.
762 * @param {TestNode} node The TestNode representing the test to run.