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