Home | History | Annotate | Download | only in unicode

Lines Matching defs:TestNode

22 typedef struct TestNode TestNode;
130 showTests ( const TestNode *root);
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
154 addTest(TestNode** root,
165 cleanUpTestTree(TestNode *tn);
175 T_CTEST_API const TestNode* T_CTEST_EXPORT2
176 getTest(const TestNode* root,
242 * @param root Testnode root with tests already attached to it
249 runTestRequest(const TestNode* root,