Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getFailureLineNumber
Method
getFailureLineNumber
src/CppUTest/TestFailure.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
size_t TestFailure::getFailureLineNumber() const
109
{
110
return lineNumber_;
111
}
112
113
size_t TestFailure::getTestLineNumber() const
114
{
Callers
4
writeFailure
Method · 0.80
printFailure
Method · 0.80
printFileAndLineForTestAndFailure
Method · 0.80
printFileAndLineForFailure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected