CCUnit  2.1
A C Unit Testing Library
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ ページ
モジュール
すべてのモジュールの一覧です。
[detail level 1234]
o構成CCUnit はテストスーツ、テストケース、テスト関数から構成されます
oASSERT マクロテスト関数で表明 (ASSERT) を行うためのマクロです。
oテストケースを書くテスト関数の集まりのテストケースを書きます。
oテストスーツの生成いくつかのテストケースやテストスーツをまとめて、 ひとつのテストスーツにします。
oテストの実行テストスーツを実行します。
oテストの実行の追跡テストの実行を追跡します。
oテスト結果の参照テスト結果を参照します。
oモジュール階層
|oAssertA set of assert functions and macros
||\Convert value to stringMake value to string
|oListLinked list container
||oListCellLinked list cell
||\ListIteratorList iterator
|oLogMessageOutput messages
|oMakeSuiteテストケースソースコードからテストスーツコードを作るコードを生成します。
||o_TestDefTest definition
||o_TestSuiteDefTest suite definition
||o_TestFuncDefTest func definition
||o_TestCaseDefTest case definition
||o_ReadSuiteRead test func definitions from test source code
|||\_LineRead one line module
||o_WriteSuiteWrite the source code to making the test suite
||o_PrintSuite
||\Creating test suite tool ccunit_makeSuiteGenerate a source code to creating test suite
|oTestTest interface module
||oTestCaseA test case defines the case to run multiple tests
|||\TestFuncA single test object
||\TestSuiteA Composite class of Tests
|oTestFailureCollects a failed test together with the failed assertion
|oTestListenerA Listener for test progress
||\TestRunnerRuns a single test and collects its results
|oTestResultCollects the results of a test case module
|\VersionCcunit library version string definitions
\サンプルプログラムExamples ディレクトリにはサンプルファイルがあります。
SourceForge.jp hosts this site. Send comments to: CCUnit Developer