boost_test_macro_container_c_array.output 914 B

12345678910111213141516171819
  1. //[example_output
  2. > ./boost_test_containers_c_arrays --log_level=all
  3. Running 1 test case...
  4. Entering test module "boost_test_containers_c_arrays"
  5. test.cpp:15: Entering test case "test_collections_on_c_arrays"
  6. test.cpp:20: info: check a == a has passed
  7. test.cpp:21: error: in "test_collections_on_c_arrays": check a == b has failed.
  8. Collections size mismatch: 3 != 4
  9. test.cpp:22: info: check a != b has passed
  10. test.cpp:23: info: check a < b has passed
  11. test.cpp:24: error: in "test_collections_on_c_arrays": check b < c has failed.
  12. Collections appear to be equal.
  13. test.cpp:25: error: in "test_collections_on_c_arrays": check c < a has failed.
  14. Failure at position 1: 5 >= 2.
  15. test.cpp:15: Leaving test case "test_collections_on_c_arrays"; testing time: 204us
  16. Leaving test module "boost_test_containers_c_arrays"; testing time: 240us
  17. *** 3 failures are detected in the test module "boost_test_containers_c_arrays"
  18. //]