Go to the documentation of this file. 1 #ifndef CPPUNIT_EXTENSIONS_REPEATEDTEST_H
2 #define CPPUNIT_EXTENSIONS_REPEATEDTEST_H
24 m_timesRepeat(timesRepeat)
43 #endif // CPPUNIT_EXTENSIONS_REPEATEDTEST_H
#define CPPUNIT_API
Definition: CppUnitApi.h:27
RepeatedTest(Test *test, int timesRepeat)
Definition: RepeatedTest.h:21
void run(TestResult *result)
Run the test, collecting results.
Definition: TestDecorator.cpp:26
const int m_timesRepeat
Definition: RepeatedTest.h:36
Decorator that runs a test repeatedly.
Definition: RepeatedTest.h:18
int countTestCases() const
Return the number of test cases invoked by run().
Definition: TestDecorator.cpp:19
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
#define CPPUNIT_NS_END
Definition: Portability.h:106
Decorator for Tests.
Definition: TestDecorator.h:21
Base class for all test objects.
Definition: Test.h:25
Manages TestListener.
Definition: TestResult.h:47
void operator=(const TestDecorator &)