Fixture | |
cppunit::RepeatedTest | 同じテストを繰り返し実行するデコレータ。 Decorator that runs a test repeatedly |
cppunit::SimpleAutoPtr< T > | 簡易オートポインタ。 |
cppunit::SimpleList | 簡易リストクラス。 |
cppunit::SimpleList::const_Iterator | リストイテレータの const バージョン。 |
cppunit::SimpleList::Iterator | リストイテレータ。 |
cppunit::SimpleList::IteratorBase | リストイテレータのベース。 |
cppunit::SimpleList::Node | リストノード。 |
cppunit::SimpleString | 簡易文字列クラス。 |
cppunit::Test | 全てのテストの基底クラス。 Base class for all test objects |
cppunit::TestCaller< Fixture > | メソッドをテストケースに変換するアダプタ。 Generate a test case from a fixture method |
cppunit::TestCase | テストケース。 A single test object |
cppunit::TestDecorator | テストデコレータ。 Decorator for Tests |
cppunit::TestFailure | 失敗したテストの情報。 Record of a failed test execution |
cppunit::TestListener | テストのリスナ。 A Listener for test progress |
cppunit::TestRegistry | テストを登録するクラス。 |
cppunit::TestRegistry::Entry | テストのエントリ。 |
cppunit::TestResult | テスト結果を保持するクラス。 A TestResult collects the results of executing a test case |
cppunit::TestResult::AutoMutexLock | Mutex 自動ロック。 |
cppunit::TestResult::Mutex | 排他セマフォの基底クラス。 |
cppunit::TestRunner | テキスト版テストランナ A text mode test runner |
cppunit::TestSetup | テストの初期化、後片付けを追加するデコレータ。 Decorator to set up and tear down additional fixture state |
cppunit::TestSuite | 複数のテストの組。 A Composite of Tests |
cppunit::TestUtility | ユーティリティ。 |