MCPcopy Create free account
hub / github.com/cpputest/cpputest / TEST

Function TEST

tests/CppUTest/TestResultTest.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62TEST(TestResult, TestEndedWillPrintResultsAndExecutionTime)
63{
64 res->testsEnded();
65 CHECK(mock->getOutput().contains("10 ms"));
66}
67
68TEST(TestResult, ResultIsOkIfTestIsRunWithNoFailures)
69{

Callers

nothing calls this directly

Calls 10

containsMethod · 0.80
getOutputMethod · 0.80
countTestMethod · 0.80
countRunMethod · 0.80
isFailureMethod · 0.80
countIgnoredMethod · 0.80
addFailureMethod · 0.80
TestFailureClass · 0.50
StringFromFunction · 0.50
testsEndedMethod · 0.45

Tested by

no test coverage detected