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

Method pass

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

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

Source from the content-addressed store, hash-verified

257
258///////////////////////////////////////////////////////////////////////////////
259void UnitTest::pass(const std::string& text) {
260 ++_counter;
261 ++_passed;
262 std::cout << green("ok") << " " << _counter << " - " << text << '\n';
263}
264
265///////////////////////////////////////////////////////////////////////////////
266void UnitTest::fail(const std::string& text) {

Callers 6

TEST_NAMEFunction · 0.80
TEST_NAMEFunction · 0.80
TEST_NAMEFunction · 0.80
TEST_NAMEFunction · 0.80
TEST_NAMEFunction · 0.80
TEST_NAMEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected