MCPcopy 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
39struct 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_backMethod · 0.45

Tested by

no test coverage detected