Home
last modified time | relevance | path

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

/external/stlport/test/unit/cppunit/
Dtest_main.cpp32 void TestCase::registerTestCase(TestCase *in_testCase) { in registerTestCase() argument
33 in_testCase->m_next = m_root; in registerTestCase()
34 m_root = in_testCase; in registerTestCase()
Dcppunit_mini.h61 static void registerTestCase(TestCase *in_testCase);