• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//[example_output
2> ./boost_test_message --log_level=all
3Running 1 test case...
4Entering test module "boost_test_message"
5test.cpp(12): Entering test case "test_message"
6test.cpp(15): error: in "test_message": a should be equal to b: 1!=2
7test.cpp(16): info: check 'value of a=1' has passed
8test.cpp(12): Leaving test case "test_message"; testing time: 219us
9Leaving test module "boost_test_message"; testing time: 318us
10
11*** 1 failure is detected in the test module "boost_test_message"
12//]
13