Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAllocator ¶
type MockAllocator struct {
// contains filtered or unexported fields
}
MockAllocator is a mock of Allocator interface.
func NewMockAllocator ¶
func NewMockAllocator(ctrl *gomock.Controller) *MockAllocator
NewMockAllocator creates a new mock instance.
func (*MockAllocator) Allocate ¶
func (m *MockAllocator) Allocate(ctx context.Context, pathSets []entity.SpeculationPathSet, iter generator.Iterator) ([]entity.Speculation, error)
Allocate mocks base method.
func (*MockAllocator) EXPECT ¶
func (m *MockAllocator) EXPECT() *MockAllocatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAllocatorMockRecorder ¶
type MockAllocatorMockRecorder struct {
// contains filtered or unexported fields
}
MockAllocatorMockRecorder is the mock recorder for MockAllocator.
Click to show internal directories.
Click to hide internal directories.