[ CCUnit project page ] [ CCUnit home page ]
データ構造 | 型定義 | 関数

CCUnitTestFailure.h

TestFailure module. [詳細]

#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitTestFunc.h>
CCUnitTestFailure.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

データ構造

struct  CCUnitTestFailure
 Collects a failed test together with the failed assertion. [詳細]

型定義

typedef struct CCUnitTestFailure CCUnitTestFailure
 Collects a failed test together with the failed assertion.

関数

CCUnitTestFailureccunit_newTestFailure (const char *file, unsigned int line, const char *condstr, const char *expect, const char *actual)
 Create new test failure.
void ccunit_deleteTestFailure (CCUnitTestFailure *failure)
 Delete test failure object.

説明

TestFailure module.

SourceForge.jp hosts this site. Send comments to: CCUnit Developer