1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/test/doc/examples/fixture_02.output

12 lines
202 B
Plaintext

//[example_output
> fixture_02 --log_level=message
Running 2 test cases...
setup fixture
running test_case1
teardown fixture
setup fixture
running test_case2
teardown fixture
*** No errors detected
//]