48 TestResult_startTest(result, (
Test*)
self);
64 TestResult_endTest(result, (
Test*)
self);
67 int TestCase_countTestCases(
TestCase*
self)
73 (TestNameFunction) TestCase_name,
74 (TestRunFunction) TestCase_run,
75 (TestCountTestCasesFunction)TestCase_countTestCases,
78 void addFailure(
const char *msg,
long line,
const char *file)
80 TestResult_addFailure(result_, (
Test*)self_, (
char*)msg, line, (
char*)file);