| 4 | TEST_GROUP(CppUTestStarter){}; |
| 5 | |
| 6 | TEST(CppUTestStarter, Sample) |
| 7 | { |
| 8 | // TODO Replace 42 with the value or object whose contents you are verifying. |
| 9 | // For help, see: |
| 10 | // https://approvaltestscpp.readthedocs.io/en/latest/generated_docs/ToString.html |
| 11 | ApprovalTests::Approvals::verify(42); |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected