|
iutest
1.17.1.0
|
iris unit test testcase package [詳解]
#include "iutest_config.hpp"

名前空間 | |
| iutest | |
| iutest root namespace | |
マクロ定義 | |
| #define | IUTEST_PACKAGE(name) IIUT_PACKAGE_(name) |
| パッケージ名前空間の定義 [詳解] | |
| #define | IUTEST_CONCAT_PACKAGE_(testcasename_) IIUT_CONCAT_PACKAGE_I(testcasename_) |
| #define | IUTEST_GET_PACKAGENAME_() iuTest_GetTestCasePackageName( static_cast<iuTest_TestCasePackage*>(NULL) ) |
関数 | |
| template<typename T > | |
| ::std::string | iuTest_GetTestCasePackageName (T *) |
| パッケージ名の取得 [詳解] | |
| template<typename T > | |
| ::std::string | iuTest_GetTestCaseParentPackageName (T *) |
| 親空間のパッケージ名の取得 [詳解] | |
| inline ::std::string IUTEST_ATTRIBUTE_UNUSED_ | iuTest_ConcatTestCaseName (const ::std::string &package, const char *testcase_name) |
| テストケース名との結合 [詳解] | |
iris unit test testcase package
| inline ::std::string IUTEST_ATTRIBUTE_UNUSED_ iuTest_ConcatTestCaseName | ( | const ::std::string & | package, |
| const char * | testcase_name | ||
| ) |
テストケース名との結合
| ::std::string iuTest_GetTestCasePackageName | ( | T * | ) |
パッケージ名の取得
| ::std::string iuTest_GetTestCaseParentPackageName | ( | T * | ) |
親空間のパッケージ名の取得
1.8.17