#include <TestDecorator.h>
Inheritance diagram for LampUnit::TestDecorator:
Public Member Functions | |
TestDecorator (Test *test) | |
コンストラクタ | |
virtual | ~TestDecorator () |
デストラクタ | |
virtual void | run (TestResult *result) |
テストを実行する | |
virtual int | getCountTestCases () const |
テストケースの個数を取得 | |
virtual const Lamp::String & | getName () const |
テストの名前を取得 | |
virtual const Lamp::String & | toString () const |
テストを文字列に変換 |
Definition at line 36 of file TestDecorator.h.
|
コンストラクタ
Definition at line 42 of file TestDecorator.h. |
|
テストケースの個数を取得
Implements LampUnit::Test. Definition at line 62 of file TestDecorator.h. References LampUnit::Test::getCountTestCases(). |
|
テストの名前を取得
Implements LampUnit::Test. Definition at line 70 of file TestDecorator.h. References LampUnit::Test::getName(). |
|
テストを実行する
Implements LampUnit::Test. Reimplemented in LampUnit::TestSetup. Definition at line 54 of file TestDecorator.h. References LampUnit::Test::run(). |
|
テストを文字列に変換
Implements LampUnit::Test. Definition at line 78 of file TestDecorator.h. References LampUnit::Test::toString(). |