Searched defs:TestCaseFactory (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/src/test_lib_json/
H A Djsontest.h144 typedef TestCase *(*TestCaseFactory)(); typedef in namespace:JsonTest
152 Runner &add( TestCaseFactory factory );
184 typedef std::deque<TestCaseFactory> Factories;
/external/chromium_org/ppapi/tests/
H A Dtest_case.h257 class TestCaseFactory { class
261 TestCaseFactory(const char* name, Method method) function in class:TestCaseFactory
271 TestCaseFactory* next_;
275 static TestCaseFactory* head_;
610 static TestCaseFactory g_Test##name_factory( \

Completed in 1154 milliseconds