2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Files
test/doc/examples/boost_test_container_default.output
Raffi Enficiaud a1f41372f5 renamed files
part on container comparison using natural operator
part on per-element comparison
2015-05-19 15:22:37 +02:00

14 lines
697 B
Plaintext

//[example_output
> ./boost_test_container_default --log_level=all
Running 1 test case...
Entering test module "boost_test_sequence"
boost_test_container_default.cpp:13: Entering test case "test_collections_vectors"
boost_test_container_default.cpp:23: info: check a < c has passed
boost_test_container_default.cpp:24: error: in "test_collections_vectors": check a >= c has failed
boost_test_container_default.cpp:25: info: check a != c has passed
boost_test_container_default.cpp:13: Leaving test case "test_collections_vectors"; testing time: 208mks
Leaving test module "boost_test_sequence"; testing time: 286mks
*** 1 failure is detected in the test module "boost_test_container_default"
//]