cmn-clib(CommonLibraryForC)
C言語共通ライブラリ
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義
tag_CmnTestCase 構造体

#include <CmnTest.h>

フィールド

char * testFileName
 
char * testCaseName
 
void(* testFunction )(struct tag_CmnTestCase *)
 
int result
 
long lineOfNg
 
char * expected
 
char * actual
 

詳解

テストケース

フィールド詳解

char* tag_CmnTestCase::actual

NG時の実測値

char* tag_CmnTestCase::expected

NG時の期待値

long tag_CmnTestCase::lineOfNg

AssertNGとなった行番号

int tag_CmnTestCase::result

テスト結果(True:OK、False:NG)

char* tag_CmnTestCase::testCaseName

テストケース名

char* tag_CmnTestCase::testFileName

テストケースの書かれているソースファイル名

void(* tag_CmnTestCase::testFunction) (struct tag_CmnTestCase *)

テスト実行関数


この構造体詳解は次のファイルから抽出されました: