Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ test_method_2
Function
test_method_2
src/tscore/unit_tests/test_ArgParser.cc:112–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void
113
test_method_2(int num)
114
{
115
if (num == 1) {
116
global = 1;
117
} else {
118
global = 2;
119
}
120
}
121
122
TEST_CASE(
"Invoke test"
,
"[invoke]"
)
123
{
Callers
1
test_ArgParser.cc
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected