Commit 56bb3d0
Find CppUnit2Gtest before searching for CppUnit
Important remarks:
* Assertions in helper functions do not always "bubble up" to the test
layer, so tests would still fail but not at the line of the `ASSERT`,
see https://google.github.io/googletest/advanced.html#assertion-placement
* Exiting Assertions are not allowed in constructors or destructors, see
https://google.github.io/googletest/faq.html#CtorVsSetUp1 parent 42966d8 commit 56bb3d0
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
| |||
0 commit comments