| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected