blob: 0ded16a720ede375a21958ea1adaa3792cee4af1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Example
## Expected result
```
[ TEST ] example.cpp:26:Greeting
[ PASS ] example.cpp:26:Greeting (0 µs)
[ TEST ] example.cpp:34:Weird Greeting
[ FAIL ] example.cpp:34:Weird Greeting (33 µs) Person did not reply with an expected answer
1 test(s) passed
1 test(s) failed
```
|