MockTaskExecutor is a mock of TaskExecutor interface.
| 280 | |
| 281 | // MockTaskExecutor is a mock of TaskExecutor interface. |
| 282 | type MockTaskExecutor struct { |
| 283 | ctrl *gomock.Controller |
| 284 | recorder *MockTaskExecutorMockRecorder |
| 285 | } |
| 286 | |
| 287 | // MockTaskExecutorMockRecorder is the mock recorder for MockTaskExecutor. |
| 288 | type MockTaskExecutorMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected