runtime-configuration_1.output 755 B

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