Go to the documentation of this file. 34 #ifndef __TESTRESULT_H__ 35 #define __TESTRESULT_H__ 48 unsigned short runCount;
49 unsigned short failureCount;
53 #define new_TestResult(listener)\ 57 (TestListner*)listener,\ 63 void TestResult_addFailure(
TestResult*
self,
Test* test,
const char* msg,
int line,
const char* file);