Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getGroup
Method
getGroup
src/CppUTest/Utest.cpp:257–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
const SimpleString UtestShell::getGroup() const
258
{
259
return SimpleString(group_);
260
}
261
262
SimpleString UtestShell::getFormattedName() const
263
{
Callers
15
report_test_start
Method · 0.80
report_testgroup_start
Method · 0.80
preTestAction
Method · 0.80
postTestAction
Method · 0.80
report_test_start
Method · 0.80
report_test_end
Method · 0.80
report_testgroup_start
Method · 0.80
printCurrentTestStarted
Method · 0.80
printCurrentGroupStarted
Method · 0.80
listTestGroupNames
Method · 0.80
listTestGroupAndCaseNames
Method · 0.80
endOfGroup
Method · 0.80
Calls
1
SimpleString
Class · 0.85
Tested by
no test coverage detected