OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCaller
(Results
1 - 5
of
5
) sorted by null
/external/embunit/src/
TestCaller.c
33
* $Id:
TestCaller
.c,v 1.6 2004/02/10 16:19:29 arms22 Exp $
37
#include "
TestCaller
.h"
39
char* TestCaller_name(
TestCaller
* self)
44
void TestCaller_run(
TestCaller
* self,TestResult* result)
58
int TestCaller_countTestCases(
TestCaller
* self)
/external/embunit/inc/
embUnit.h
44
#include <
TestCaller
.h>
TestCaller.h
33
* $Id:
TestCaller
.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $
52
typedef struct __TestCaller
TestCaller
;
HelperMacro.h
51
static const
TestCaller
caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),(TestFixture*)fixtures)
/external/embunit/
Android.mk
10
src/
TestCaller
.c \
Completed in 5404 milliseconds