MCPcopy
hub / github.com/pingcap/tidb / MockTaskExecutor

Struct MockTaskExecutor

pkg/disttask/framework/mock/task_executor_mock.go:282–285  ·  view source on GitHub ↗

MockTaskExecutor is a mock of TaskExecutor interface.

Source from the content-addressed store, hash-verified

280
281// MockTaskExecutor is a mock of TaskExecutor interface.
282type MockTaskExecutor struct {
283 ctrl *gomock.Controller
284 recorder *MockTaskExecutorMockRecorder
285}
286
287// MockTaskExecutorMockRecorder is the mock recorder for MockTaskExecutor.
288type MockTaskExecutorMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected