iutest  1.17.1.0
iutest_util_output.hpp
[詳解]
1 //======================================================================
2 //-----------------------------------------------------------------------
13 //-----------------------------------------------------------------------
14 //======================================================================
15 #ifndef INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
16 #define INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
17 
18 //======================================================================
19 // include
20 #if defined(INCG_IRIS_IUTEST_SWITCH_HPP_)
21 # if defined(IUTEST_USE_GTEST)
22 # ifndef iutest
23 # define iutest testing
24 # include "../internal/iutest_console.hpp"
25 # undef iutest
26 # else
27 # undef INCG_IRIS_IUTEST_CONSOLE_HPP_DCAC5025_B7BB_424E_A849_9E6FE0A3B460_
28 # include "../internal/iutest_console.hpp"
29 # endif
30 # endif
31 #endif
32 
33 namespace iuutil
34 {
35 
37 typedef ::iutest::detail::iuConsole Console;
38 
39 } // end of namespace iuutil
40 
41 #endif // INCG_IRIS_IUTEST_UTIL_OUTPUT_HPP_44C683CF_3452_4F68_B34E_10606EB9E190_
iuutil::Console
::iutest::detail::iuConsole Console
コンソール出力クラスの再利用
Definition: iutest_util_output.hpp:38
iutest_config.hpp
iris unit test config
iuutil
iutest utility namespace
Definition: iutest_util.hpp:33