Make test suite object code from test source code. [詳細]
#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitList.h>
#include <ccunit/CCUnitTest.h>
#include <stdio.h>
データ構造 | |
struct | _CCUnitTestDef |
Test definition information. [詳細] | |
struct | _CCUnitTestSuiteDef |
Test suite definition information. [詳細] | |
struct | _CCUnitFuncDef |
Test func definition information. [詳細] | |
struct | _CCUnitTestCaseDef |
Test case definition information. [詳細] |
型定義 | |
typedef struct _CCUnitTestDef | _CCUnitTestDef |
Test definition information. | |
typedef struct _CCUnitTestSuiteDef | _CCUnitTestSuiteDef |
Test suite definition information. | |
typedef struct _CCUnitFuncDef | _CCUnitFuncDef |
Test func definition information. | |
typedef struct _CCUnitTestCaseDef | _CCUnitTestCaseDef |
Test case definition information. |
関数 | |
_CCUnitTestSuiteDef * | ccunit_newTestSuiteDef (const char *name) |
create new test suite def. | |
void | ccunit_deleteTestSuiteDef (_CCUnitTestSuiteDef *suite) |
delete test suite def. | |
void | ccunit_readSuite (const char *fname, _CCUnitTestSuiteDef *parent) |
read test unit suite from specified stream. | |
void | ccunit_writeSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
output test suite making function code. | |
void | ccunit_printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
output test suite making function code. | |
int | ccunit_makeSuite (int ac, char **av) |
テストケースのソースコードから、テストスーツを作成するコードを生成する。 | |
int | ccunit_va_makeSuite (const char *prg,...) |
Generate a code to creating test suite code from the test func source codes. |
Make test suite object code from test source code.
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:23に生成されました。
![]() |