iutest
1.17.1.0
|
iris unit test 環境 ファイル [詳解]
#include "iutest_config.hpp"
#include "internal/iutest_charcode.hpp"
#include "internal/iutest_random.hpp"
#include "internal/iutest_regex.hpp"
#include "iutest_listener.hpp"
#include "impl/iutest_env.ipp"
クラス | |
class | iutest::Environment |
環境セットクラス [詳解] | |
class | iutest::TestFlag |
テストフラグ [詳解] | |
class | iutest::TestEnv |
テスト環境 [詳解] | |
class | iutest::iu_global_format_stringstream |
ostream_formatter オプションが適用されてた stringstream [詳解] | |
名前空間 | |
iutest | |
iutest root namespace | |
マクロ定義 | |
#define | IUTEST_FLAG(name) IIUT_FLAG(name) |
フラグセット [詳解] | |
関数 | |
inline ::std::string | iutest::EnvironmentString (const char *name) |
環境変数の取得 | |
iris unit test 環境 ファイル