//////////////////////////////////////////////////////////////////////////
| 75 | |
| 76 | /////////////////////////////////////////////////////////////////////////////// |
| 77 | void UnitTest::planMore(int extra) { |
| 78 | _planned += extra; |
| 79 | std::cout << "1.." << _planned << '\n'; |
| 80 | } |
| 81 | |
| 82 | /////////////////////////////////////////////////////////////////////////////// |
| 83 | void UnitTest::ok(bool expression, const std::string& name, bool expfail /* = false */) { |
nothing calls this directly
no outgoing calls
no test coverage detected