• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//[example_output
2> ./boost_test_container_default --log_level=all
3Running 1 test case...
4Entering test module "boost_test_sequence"
5test.cpp(13): Entering test case "test_collections_vectors"
6test.cpp(23): info: check a < c has passed
7test.cpp(24): error: in "test_collections_vectors": check a >= c has failed
8test.cpp(25): info: check a != c has passed
9test.cpp(13): Leaving test case "test_collections_vectors"; testing time: 208us
10Leaving test module "boost_test_sequence"; testing time: 286us
11
12*** 1 failure is detected in the test module "boost_test_container_default"
13//]
14