//////////////////////////////////////////////////////////////////////////
| 36 | |
| 37 | /////////////////////////////////////////////////////////////////////////////// |
| 38 | UnitTest::UnitTest() : _planned(0), _counter(0), _passed(0), _failed(0), _skipped(0) {} |
| 39 | |
| 40 | /////////////////////////////////////////////////////////////////////////////// |
| 41 | UnitTest::UnitTest(int planned) |
nothing calls this directly
no outgoing calls
no test coverage detected