1//[example_output 2# Example run 1 3> runtime_configuration3 --log_level=all -- --create-parametrized 3 4Running 3 test cases... 5Entering test module "Master Test Suite" 6test.cpp:59: Entering test case "name 0" 7test.cpp:17: error: in "name 0": check i >= 1 has failed [0 < 1] 8test.cpp:59: Leaving test case "name 0"; testing time: 179us 9test.cpp:59: Entering test case "name 1" 10test.cpp:17: info: check i >= 1 has passed 11test.cpp:59: Leaving test case "name 1"; testing time: 45us 12test.cpp:59: Entering test case "name 2" 13test.cpp:17: info: check i >= 1 has passed 14test.cpp:59: Leaving test case "name 2"; testing time: 34us 15Leaving test module "Master Test Suite"; testing time: 443us 16 17*** 1 failure is detected in the test module "Master Test Suite" 18 19# Example run 2 20> runtime_configuration3 --log_level=all -- --create-parametrized 21Not enough parameters 22Test setup error: std::runtime_error: test module initialization failed 23 24# Example run 3 25> runtime_configuration3 --log_level=all -- --create-parametrized dummy 26Test setup error: boost::unit_test::framework::setup_error: Argument 'dummy' not integer 27//] 28