Lines Matching refs:root
126 * @param root Subtree of tests.
130 showTests ( const TestNode *root);
135 * @param root Subtree of tests.
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
146 * addTest(&root, &mytest, "/a/b/mytest" );
148 * @param root Pointer to the root pointer.
150 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
154 addTest(TestNode** root,
170 * @param root Pointer to the root.
171 * @param path Path relative to the root, Ex. '/a/b'
176 getTest(const TestNode* root,
242 * @param root Testnode root with tests already attached to it
249 runTestRequest(const TestNode* root,
279 * @param rootName the test root name to be written