| 36 | |
| 37 | protected: |
| 38 | void Execute() override { |
| 39 | if (!_succeed) { |
| 40 | SetError("test error"); |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | private: |
| 45 | PersistentTestWorker(Function cb, const char* resource_name) |
nothing calls this directly
no outgoing calls
no test coverage detected