Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ isOutsideTestFile
Method
isOutsideTestFile
src/CppUTest/TestFailure.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
bool TestFailure::isOutsideTestFile() const
124
{
125
return testFileName_ != fileName_;
126
}
127
128
bool TestFailure::isInHelperFunction() const
129
{
Callers
2
printFailure
Method · 0.80
printFailure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected