| 100 | |
| 101 | protected: |
| 102 | void Execute() override { |
| 103 | if (!_succeed) { |
| 104 | SetError("test error"); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | private: |
| 109 | TestWorker(Function cb, const char* resource_name, const Object& resource) |
nothing calls this directly
no outgoing calls
no test coverage detected