MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / UnitTest

Method UnitTest

test/test.cpp:38–38  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

36
37///////////////////////////////////////////////////////////////////////////////
38UnitTest::UnitTest() : _planned(0), _counter(0), _passed(0), _failed(0), _skipped(0) {}
39
40///////////////////////////////////////////////////////////////////////////////
41UnitTest::UnitTest(int planned)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected