Searched refs:m_test (Results 1 - 2 of 2) sorted by path

/haiku/headers/tools/cppunit/cppunit/
H A DTestCaller.h118 m_test( test )
135 m_test( test )
152 m_test( test )
166 (m_fixture->*m_test)();
197 TestMethod m_test; member in class:CppUnit::TestCaller
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestDecorator.h32 Test *m_test; member in class:CppUnit::TestDecorator
41 { m_test = test; }
49 { return m_test->countTestCases (); }
53 { m_test->run (result); }
57 { return m_test->toString (); }
61 { return m_test->getName(); }

Completed in 54 milliseconds