#include <TestSuite.h>
Inheritance diagram for LampUnit::TestSuite:

Public Member Functions | |
| TestSuite (Lamp::String name) | |
| コンストラクタ | |
| virtual | ~TestSuite () |
| デストラクタ | |
| virtual void | addTest (Test *test) |
| テストの追加 | |
| virtual void | run (TestResult *result) |
| テストを実行する | |
| virtual int | getCountTestCases () const |
| テストケースの個数を取得 | |
| virtual const Lamp::String & | getName () const |
| テストの名前を取得 | |
| virtual const Lamp::String & | toString () const |
| テストを文字列に変換 | |
Definition at line 37 of file TestSuite.h.
|
|
テストの追加
Definition at line 45 of file TestSuite.cpp. |
|
|
テストケースの個数を取得
Implements LampUnit::Test. Definition at line 59 of file TestSuite.cpp. |
|
|
テストの名前を取得
Implements LampUnit::Test. Definition at line 71 of file TestSuite.h. |
|
|
テストを実行する
Implements LampUnit::Test. Definition at line 50 of file TestSuite.cpp. References LampUnit::TestResult::shouldStop(). |
|
|
テストを文字列に変換
Implements LampUnit::Test. Definition at line 77 of file TestSuite.h. |
1.3.2