Searched refs:runTest (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/tools/cppunit/cppunit/extensions/
H A DOrthodox.h48 void runTest ();
55 template <typename ClassUnderTest> void Orthodox<ClassUnderTest>::runTest () function in class:CppUnit::Orthodox
/haiku/src/tools/cppunit/cppunit/
H A DTestCase.cpp33 runTest();
73 /// All the work for runTest is deferred to subclasses
75 TestCase::runTest() function in class:CppUnit::TestCase
H A DTestRunner.cpp84 return runTest( m_suite, doPrintProgress );
88 return runTest( test, doPrintProgress );
131 TestRunner::runTest( Test *test, function in class:CppUnit::TextUi::TestRunner
/haiku/headers/tools/cppunit/cppunit/
H A DTestCase.h19 * that overrides the runTest method.
46 virtual void runTest();
H A DTestCaller.h112 * \param test the method this TestCaller calls in runTest()
128 * \param test the method this TestCaller calls in runTest()
145 * \param test the method this TestCaller calls in runTest()
163 void runTest() function in class:CppUnit::TestCaller
/haiku/headers/tools/cppunit/cppunit/ui/text/
H A DTestRunner.h83 virtual bool runTest( Test *test,

Completed in 42 milliseconds