Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ line
Method
line
tests/CppUTest/JUnitOutputTest.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
const char* line(size_t lineNumber)
69
{
70
buffer_.split(
"\n"
, linesOfFile_);
71
return linesOfFile_[lineNumber-1].asCharString();
72
73
}
74
75
const char* lineFromTheBack(size_t lineNumberFromTheBack)
76
{
Callers
1
TEST
Function · 0.80
Calls
2
split
Method · 0.80
asCharString
Method · 0.80
Tested by
no test coverage detected