Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ addFailure
Method
addFailure
src/CppUTest/TestResult.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void TestResult::addFailure(const TestFailure& failure)
80
{
81
output_.printFailure(failure);
82
failureCount_++;
83
}
84
85
void TestResult::countTest()
86
{
Callers
15
failTest
Method · 0.80
ieee754Check
Method · 0.80
DummyPlatformSpecificRunTestInASeperateProcess
Function · 0.80
DummyRunTestInASeperateProcess
Function · 0.80
DummyRunTestInASeperateProcess
Function · 0.80
VisualCppRunTestInASeperateProcess
Function · 0.80
DummyPlatformSpecificRunTestInASeperateProcess
Function · 0.80
C2000RunTestInASeperateProcess
Function · 0.80
GccPlatformSpecificRunTestInASeperateProcess
Function · 0.80
SetTestFailureByStatusCode
Function · 0.80
postTestAction
Method · 0.80
failWith
Method · 0.80
Calls
1
printFailure
Method · 0.45
Tested by
no test coverage detected