// NewMocktaskQueuePartitionManager creates a new mock instance.
func NewMocktaskQueuePartitionManager(ctrl *gomock.Controller) *MocktaskQueuePartitionManager {
task_queue_partition_manager_mock.go
mock := &MocktaskQueuePartitionManager{ctrl: ctrl}
mock.recorder = &MocktaskQueuePartitionManagerMockRecorder{mock}
return mock
}
// EXPECT returns an object that allows the caller to indicate expected use.
func (m *MocktaskQueuePartitionManager) EXPECT() *MocktaskQueuePartitionManagerMockRecorder {
task_queue_partition_manager_mock.go
return m.recorder
}
// AddSpooledTask mocks base method.