Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ATest
Method
ATest
tests/tools/plugins/test_cppapi.cc:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
struct ATest {
40
ATest(void (*testFuncPtr)()) { testList.push_back(testFuncPtr); }
41
};
42
43
// Put a test function, whose name is the actual parameter for TEST_FUNC, into testList, the list of test functions.
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected