2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-20 17:12:13 +00:00
Files
test/doc/examples/fixture_02.output
2015-04-29 00:23:02 +02:00

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
//]