| 226 | ExecFunction* testFunction_; |
| 227 | |
| 228 | ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : |
| 229 | UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR) |
| 230 | { |
| 231 | } |
| 232 | |
| 233 | Utest* createTest() _override { return new ExecFunctionTest(this); } |
| 234 | virtual ~ExecFunctionTestShell() _destructor_override; |
nothing calls this directly
no outgoing calls
no test coverage detected