MCPcopy 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
112void
113test_method_2(int num)
114{
115 if (num == 1) {
116 global = 1;
117 } else {
118 global = 2;
119 }
120}
121
122TEST_CASE("Invoke test", "[invoke]")
123{

Callers 1

test_ArgParser.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected