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

  /external/jsoncpp/src/test_lib_json/
jsontest.h 144 typedef TestCase *(*TestCaseFactory)();
152 Runner &add( TestCaseFactory factory );
184 typedef std::deque<TestCaseFactory> Factories;
jsontest.cpp 302 Runner::add( TestCaseFactory factory )
  /external/chromium_org/ppapi/tests/
testing_instance.cc 19 TestCaseFactory* TestCaseFactory::head_ = NULL;
243 TestCaseFactory* iter = TestCaseFactory::head_;
267 TestCaseFactory* iter = TestCaseFactory::head_;
test_case.h 257 class TestCaseFactory {
261 TestCaseFactory(const char* name, Method method)
271 TestCaseFactory* next_;
275 static TestCaseFactory* head_;
610 static TestCaseFactory g_Test##name_factory( \

Completed in 55 milliseconds