boost_test_container_default.output 580 B

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