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

Method plan

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

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

Source from the content-addressed store, hash-verified

64
65///////////////////////////////////////////////////////////////////////////////
66void UnitTest::plan(int planned) {
67 _planned = planned;
68 _counter = 0;
69 _passed = 0;
70 _failed = 0;
71 _skipped = 0;
72
73 std::cout << "1.." << _planned << '\n';
74}
75
76///////////////////////////////////////////////////////////////////////////////
77void UnitTest::planMore(int extra) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected