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

Method planMore

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

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected