xtd
0.2.0
Toggle main menu visibility
Loading...
Searching...
No Matches
Go to the documentation of this file.
6 #if !defined(__XTD_TUNIT_INTERNAL__)
7 #error "Do not include this file: Internal use only"
16 inline static const char * __test_body_signature__ =
"::TestBody" ;
17 inline static const char * __parameterized_test_marker__ =
" # GetParam() = " ;
18 inline static const char * __typed_test_marker__ =
". # TypeParam = " ;
19 inline static const char * __google_test_dll_marker__ =
"gtest.dll" ;
20 inline static const char * __google_test_dll_marker_debug__ =
"gtestd.dll" ;
21 inline static const char * __google_test_main_dll_marker__ =
"gtest_main.dll" ;
22 inline static const char * __google_test_main_dll_marker_debug__ =
"gtest_maind.dll" ;
23 inline static const char * __google_test_executable_markers__[] = {
24 "This program contains tests written using Google Test. You can use the" ,
25 "For more information, please read the Google Test documentation at" ,
26 "Run only the tests whose name matches one of the positive patterns but" ,
30 inline void __unused_google_test_markers__() {
31 unused_ (__test_body_signature__);
32 unused_ (__parameterized_test_marker__);
34 unused_ (__google_test_dll_marker__);
35 unused_ (__google_test_dll_marker_debug__);
36 unused_ (__google_test_main_dll_marker__);
37 unused_ (__google_test_main_dll_marker_debug__);
38 unused_ (__google_test_executable_markers__);
#define unused_
It may be used to suppress the "unused variable" or "unused local typedefs" compiler warnings when th...
Definition unused.hpp:30