#include <TestSetup.h>
Inheritance diagram for cppunit::TestSetup::
Public Methods | |
TestSetup (Test *test) | |
コンストラクタ。. More... | |
virtual void | run (TestResult *result) |
テストを実行し、結果を集める。 Run the test, collecting results. More... | |
Protected Methods | |
virtual void | setUp () |
テストを初期化する。. More... | |
virtual void | tearDown () |
テストの後片付けをする。. More... | |
void | runBare () |
実際にテストを実行する。. More... | |
void | addError (const cu_String &msg, const char *file, long line) |
エラーを追加する。. More... |
保有する Test のライフサイクルを管理する。
|
コンストラクタ。.
|
|
テストを実行し、結果を集める。
Reimplemented from cppunit::TestDecorator. |
|
テストを初期化する。.
|
|
テストの後片付けをする。.
|
|
実際にテストを実行する。.
|
|
エラーを追加する。.
|