CCUnit
2.1
A C Unit Testing Library
|
![]() | CCUnit はテストスーツ、テストケース、テスト関数から構成されます |
![]() | テスト関数で表明 (ASSERT) を行うためのマクロです。 |
![]() | テスト関数の集まりのテストケースを書きます。 |
![]() | いくつかのテストケースやテストスーツをまとめて、 ひとつのテストスーツにします。 |
![]() | テストスーツを実行します。 |
![]() | テストの実行を追跡します。 |
![]() | テスト結果を参照します。 |
![]() | |
![]() ![]() | A set of assert functions and macros |
![]() ![]() ![]() | Make value to string |
![]() ![]() | Linked list container |
![]() ![]() ![]() | Linked list cell |
![]() ![]() ![]() | List iterator |
![]() ![]() | Output messages |
![]() ![]() | テストケースソースコードからテストスーツコードを作るコードを生成します。 |
![]() ![]() ![]() | Test definition |
![]() ![]() ![]() | Test suite definition |
![]() ![]() ![]() | Test func definition |
![]() ![]() ![]() | Test case definition |
![]() ![]() ![]() | Read test func definitions from test source code |
![]() ![]() ![]() ![]() | Read one line module |
![]() ![]() ![]() | Write the source code to making the test suite |
![]() ![]() ![]() | |
![]() ![]() ![]() | Generate a source code to creating test suite |
![]() ![]() | Test interface module |
![]() ![]() ![]() | A test case defines the case to run multiple tests |
![]() ![]() ![]() ![]() | A single test object |
![]() ![]() ![]() | A Composite class of Tests |
![]() ![]() | Collects a failed test together with the failed assertion |
![]() ![]() | A Listener for test progress |
![]() ![]() ![]() | Runs a single test and collects its results |
![]() ![]() | Collects the results of a test case module |
![]() ![]() | Ccunit library version string definitions |
![]() | Examples ディレクトリにはサンプルファイルがあります。 |
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSun Jul 14 2013 09:12:27に生成されました。
![]() |