Lines Matching refs:root
92 * @param root Subtree of tests.
96 showTests ( const TestNode *root);
101 * @param root Subtree of tests.
105 runTests ( const TestNode* root);
111 * TestNode* root=NULL;
112 * addTest(&root, &mytest, "/a/b/mytest" );
114 * @param root Pointer to the root pointer.
116 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
120 addTest(TestNode** root,
136 * @param root Pointer to the root.
137 * @param path Path relative to the root, Ex. '/a/b'
142 getTest(const TestNode* root,
208 * @param root Testnode root with tests already attached to it
215 runTestRequest(const TestNode* root,