Searched refs:TestDecorator (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestDecorator.h14 * TestDecorator provides an alternate means to extend functionality
20 class CPPUNIT_API TestDecorator : public Test class in namespace:CppUnit
23 TestDecorator (Test *test);
24 ~TestDecorator ();
35 TestDecorator( const TestDecorator &);
36 void operator =( const TestDecorator & );
40 inline TestDecorator::TestDecorator (Test *test) function in class:CppUnit::TestDecorator
44 inline TestDecorator
[all...]
H A DRepeatedTest.h5 #include <cppunit/extensions/TestDecorator.h>
17 class CPPUNIT_API RepeatedTest : public TestDecorator
22 TestDecorator( test ),
H A DTestSetUp.h4 #include <cppunit/extensions/TestDecorator.h>
12 class CPPUNIT_API TestSetUp : public TestDecorator
/haiku/src/tools/cppunit/cppunit/
H A DRepeatedTest.cpp13 return TestDecorator::countTestCases () * m_timesRepeat;
21 return TestDecorator::toString () + " (repeated)";
33 TestDecorator::run( result );
H A DTestSetUp.cpp5 TestSetUp::TestSetUp( Test *test ) : TestDecorator( test )
26 TestDecorator::run(result);

Completed in 59 milliseconds