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

Method fail

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

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

Source from the content-addressed store, hash-verified

264
265///////////////////////////////////////////////////////////////////////////////
266void UnitTest::fail(const std::string& text) {
267 ++_counter;
268 ++_failed;
269 std::cout << red("not ok") << " " << _counter << " - " << text << '\n';
270}
271
272///////////////////////////////////////////////////////////////////////////////
273void UnitTest::skip(const std::string& text) {

Callers 7

TEST_NAMEFunction · 0.80
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