1//[example_output 2> runtime_configuration1 --log_level=all --no_color -- --specific-param "'additional value with quotes'" 3Running 1 test case... 4Entering test module "runtime_configuration" 5test.cpp:14: Entering test case "test_accessing_command_line" 6test.cpp:16: info: check framework::master_test_suite().argc == 3 has passed 7test.cpp:17: info: check framework::master_test_suite().argv[1] == "--specific-param" has passed 8test.cpp:18: info: check framework::master_test_suite().argv[2] == "'additional value with quotes'" has passed 9'argv[0]' contains runtime_configuration1 10test.cpp:14: Leaving test case "test_accessing_command_line"; testing time: 178us 11Leaving test module "runtime_configuration"; testing time: 220us 12 13*** No errors detected 14//] 15