| 687 | } |
| 688 | |
| 689 | ExecFunctionWithoutParameters::ExecFunctionWithoutParameters(void(*testFunction)()) |
| 690 | : testFunction_(testFunction) |
| 691 | { |
| 692 | } |
| 693 | |
| 694 | ExecFunctionWithoutParameters::~ExecFunctionWithoutParameters() |
| 695 | { |
nothing calls this directly
no outgoing calls
no test coverage detected