| 4 | using namespace ApprovalTests; |
| 5 | |
| 6 | TEST(GoogleTestApprovalsTests, YouCanVerifyText) |
| 7 | { |
| 8 | //std::cout << __FILE__ << std::endl; |
| 9 | Approvals::verify("My objects!"); |
| 10 | } |
| 11 | |
| 12 | TEST(GoogleTestApprovalsTests, TestStreamableObject) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected