HomeSort by relevance Sort by last modified time
    Searched refs:TestResult_addFailure (Results 1 - 3 of 3) sorted by null

  /external/embunit/inc/
TestResult.h 64 void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file);
  /external/embunit/src/
TestResult.c 61 void TestResult_addFailure(TestResult* self,Test* test,const char* msg,int line,const char* file)
TestCase.c 81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);

Completed in 21 milliseconds