Home
last modified time | relevance | path

Searched refs:UnitTestFunctionType (Results 1 – 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h287 typedef enum UnitTestFunctionType { enum
291 } UnitTestFunctionType; typedef
300 UnitTestFunctionType function_type;
425 void ** const state, const UnitTestFunctionType function_type,
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1485 void ** const state, const UnitTestFunctionType function_type, in _run_test()