[詳解]
   15 #ifndef INCG_IRIS_IUTEST_IGNORE_HPP_D87CADCE_110D_43CE_9E68_3B6BB0B91E66_ 
   16 #define INCG_IRIS_IUTEST_IGNORE_HPP_D87CADCE_110D_43CE_9E68_3B6BB0B91E66_ 
   21 #if IUTEST_HAS_IGNORE_TEST 
   32 #define IUTEST_TEST_IGNORE(testcase_, testname_)                \ 
   33     IUTEST_TEST_IGNORE_(testcase_, testname_, ::iutest::Test    \ 
   34                         , ::iutest::internal::GetTestTypeId()) 
   45 #define IUTEST_IGNORE(testcase_, testname_)         \ 
   46     IUTEST_TEST_IGNORE(testcase_, testname_) 
   57 #define IUTEST_F_IGNORE(testfixture_, testname_)    \ 
   58     IUTEST_TEST_F_IGNORE_(testfixture_, testname_) 
   60 #if IUTEST_HAS_PARAM_TEST 
   71 #define IUTEST_P_IGNORE(testcase_, testname_)       \ 
   72     IUTEST_TEST_P_IGNORE_(testcase_, testname_) 
   76 #if IUTEST_HAS_TYPED_TEST 
   87 #define IUTEST_TYPED_TEST_IGNORE(testcase_, testname_)  \ 
   88     IUTEST_TYPED_TEST_IGNORE_(testcase_, testname_) 
   92 #if IUTEST_HAS_TYPED_TEST_P 
  103 #define IUTEST_TYPED_TEST_P_IGNORE(testcase_, testname_)    \ 
  104     IIUT_TYPED_TEST_P_IGNORE_(testcase_, testname_) 
  110 #endif // INCG_IRIS_IUTEST_IGNORE_HPP_D87CADCE_110D_43CE_9E68_3B6BB0B91E66_