#include <RepeatedTest.h>
Inheritance diagram for cppunit::RepeatedTest::
Public Methods | |
RepeatedTest (Test *test, int repeat) | |
コンストラクタ。. More... | |
virtual void | run (TestResult *result) |
テストを実行し、結果を集める。 Run the test, collecting results. More... | |
virtual int | countTestCases () const |
テストケースの個数を返す。 Return the number of test cases invoked by run(). More... | |
virtual cu_String | toString () const |
文字列に変換する。 Description of the test, for diagnostic output. More... |
保有する Test のライフサイクルを管理する。
|
コンストラクタ。.
|
|
テストを実行し、結果を集める。
Reimplemented from cppunit::TestDecorator. |
|
テストケースの個数を返す。
The base unit of testing is the class TestCase. Reimplemented from cppunit::TestDecorator. |
|
文字列に変換する。
The test description will typically include the test name, but may have additional description. Reimplemented from cppunit::TestDecorator. |