Searched refs:TestCaller (Results 1 – 4 of 4) sorted by relevance
39 char* TestCaller_name(TestCaller* self) in TestCaller_name()44 void TestCaller_run(TestCaller* self,TestResult* result) in TestCaller_run()58 int TestCaller_countTestCases(TestCaller* self) in TestCaller_countTestCases()
10 src/TestCaller.c \
52 typedef struct __TestCaller TestCaller; typedef
51 …static const TestCaller caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),…