// MarkPoisonPill mocks base method.
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "MarkPoisonPill")
ret0, _ := ret[0].(error)
return ret0
}
// MarkPoisonPill indicates an expected call of MarkPoisonPill.
func (mr *MockExecutableTaskMockRecorder) MarkPoisonPill() *gomock.Call {
executable_task_mock.go
mr.mock.ctrl.T.Helper()
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MarkPoisonPill", reflect.TypeOf((*MockExecutableTask)(nil).MarkPoisonPill))
}
// MarkTaskDuplicated mocks base method.