mocks

package
v0.0.0-...-f179465 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPreprocessingTool

type MockPreprocessingTool struct {
	// contains filtered or unexported fields
}

MockPreprocessingTool is a mock of PreprocessingTool interface.

func NewMockPreprocessingTool

func NewMockPreprocessingTool(ctrl *gomock.Controller) *MockPreprocessingTool

NewMockPreprocessingTool creates a new mock instance.

func (*MockPreprocessingTool) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPreprocessingTool) Process

Process mocks base method.

type MockPreprocessingToolMockRecorder

type MockPreprocessingToolMockRecorder struct {
	// contains filtered or unexported fields
}

MockPreprocessingToolMockRecorder is the mock recorder for MockPreprocessingTool.

func (*MockPreprocessingToolMockRecorder) Process

func (mr *MockPreprocessingToolMockRecorder) Process(args interface{}) *gomock.Call

Process indicates an expected call of Process.

type MockTool

type MockTool struct {
	// contains filtered or unexported fields
}

MockTool is a mock of Tool interface.

func NewMockTool

func NewMockTool(ctrl *gomock.Controller) *MockTool

NewMockTool creates a new mock instance.

func (*MockTool) ArgsSchema

func (m *MockTool) ArgsSchema() json.RawMessage

ArgsSchema mocks base method.

func (*MockTool) CompactArgs

func (m *MockTool) CompactArgs(args json.RawMessage) json.RawMessage

CompactArgs mocks base method.

func (*MockTool) Description

func (m *MockTool) Description() string

Description mocks base method.

func (*MockTool) EXPECT

func (m *MockTool) EXPECT() *MockToolMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTool) Execute

func (m *MockTool) Execute(args json.RawMessage) (json.RawMessage, error)

Execute mocks base method.

func (*MockTool) Name

func (m *MockTool) Name() string

Name mocks base method.

type MockToolMockRecorder

type MockToolMockRecorder struct {
	// contains filtered or unexported fields
}

MockToolMockRecorder is the mock recorder for MockTool.

func (*MockToolMockRecorder) ArgsSchema

func (mr *MockToolMockRecorder) ArgsSchema() *gomock.Call

ArgsSchema indicates an expected call of ArgsSchema.

func (*MockToolMockRecorder) CompactArgs

func (mr *MockToolMockRecorder) CompactArgs(args interface{}) *gomock.Call

CompactArgs indicates an expected call of CompactArgs.

func (*MockToolMockRecorder) Description

func (mr *MockToolMockRecorder) Description() *gomock.Call

Description indicates an expected call of Description.

func (*MockToolMockRecorder) Execute

func (mr *MockToolMockRecorder) Execute(args interface{}) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockToolMockRecorder) Name

func (mr *MockToolMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL