+ _cur
+ -
+
+
+ _cur
+ - private static TestNode
+
+
+
+
+
+
+
+
+ Pointer to the current node in the test tree.
+
+ +
+ _log
+ -
+
+
+ _log
+ - private static Boolean
+
+
+
+
+
+
+
+
+ Indicates if the TestRunner will log events or not.
+
+ +
+ _root
+ -
+
+
+ _root
+ - private static TestNode
+
+
+
+
+
+
+
+
+ Pointer to the root node in the test tree.
+
+ +
+ _waiting
+ -
+
+
+ _waiting
+ - private static Boolean
+
+
+
+
+
+
+
+
+ Indicates if the TestRunner is waiting as a result of
+wait() being called.
+
+ +
+ masterSuite
+ -
+
+
+ masterSuite
+ - private static Y.Test.Suite
+
+
+
+
+
+
+
+
+ Suite on which to attach all TestSuites and TestCases to be run.
+
+ +