Home
last modified time | relevance | path

Searched refs:TestCaller (Results 1 – 4 of 4) sorted by relevance

/external/embunit/src/
DTestCaller.c39 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()
/external/embunit/
DAndroid.mk10 src/TestCaller.c \
/external/embunit/inc/
DTestCaller.h52 typedef struct __TestCaller TestCaller; typedef
DHelperMacro.h51 …static const TestCaller caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),…