File: executable_dll_and_plugin.txt

package info (click to toggle)
doctest 2.4.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,436 kB
  • sloc: cpp: 13,546; python: 261; makefile: 30; sh: 1
file content (31 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[doctest] run with "--help" for options
I am a test from the dll!
I am a test from the implementation!
I am a test from the implementation_2!
I am a test from the executable!
===============================================================================
main.cpp(0):
TEST CASE:  executable

main.cpp(0): ERROR: test case THREW exception: char: 97

===============================================================================
plugin.cpp(0):
TEST SUITE: some test suite
TEST CASE:  test case in a plugin
  some subcase

plugin.cpp(0): MESSAGE: triggering the INFO above to be printed
  logged: some info

plugin.cpp(0): ERROR: CHECK( 1 == 2 ) is NOT correct!
  values: CHECK( 1 == 2 )
  logged: some info

plugin.cpp(0): FATAL ERROR: certain death!
  logged: some info

===============================================================================
[doctest] test cases: 5 | 3 passed | 2 failed | 0 skipped
[doctest] assertions: 3 | 1 passed | 2 failed |
[doctest] Status: FAILURE!