olm/lib/doctest/examples/all_features/test_output/header.h.txt
Hubert Chathi 8475061136 switch to doctest for unit testing
thanks to Nico Werner, who did most of the porting work
2021-12-22 13:45:33 -05:00

25 lines
730 B
Text

[doctest] run with "--help" for options
===============================================================================
header.h(0):
TEST SUITE: some TS
TEST CASE: in TS
header.h(0): FATAL ERROR:
===============================================================================
header.h(0):
TEST CASE: template 1<char>
header.h(0): FATAL ERROR:
===============================================================================
header.h(0):
TEST CASE: template 2<doctest::String>
header.h(0): FATAL ERROR:
===============================================================================
[doctest] test cases: 4 | 1 passed | 3 failed |
[doctest] assertions: 4 | 1 passed | 3 failed |
[doctest] Status: FAILURE!
Program code.