|
iutest
1.17.99.14
|
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::TestEnv::StateVariable< T > |
| 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) |
| 環境変数の取得 | |
| template<typename T > | |
| iu_ostream & | iutest::operator<< (iu_ostream &os, const TestEnv::StateVariable< T > &value) |
iris unit test 環境 ファイル