MCPcopy Create free account
hub / github.com/cpputest/cpputest / HelperTestRunInfo

Method HelperTestRunInfo

src/CppUTest/Utest.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 struct HelperTestRunInfo
101 {
102 HelperTestRunInfo(UtestShell* shell, TestPlugin* plugin, TestResult* result) : shell_(shell), plugin_(plugin), result_(result){}
103
104 UtestShell* shell_;
105 TestPlugin* plugin_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected