handletest

package
v1.31.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package handletest is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHandle

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

MockHandle is a mock of Handle interface.

func NewMockHandle

func NewMockHandle(ctrl *gomock.Controller) *MockHandle

NewMockHandle creates a new mock instance.

func (*MockHandle) Close

func (m *MockHandle) Close() error

Close mocks base method.

func (*MockHandle) EXPECT

func (m *MockHandle) EXPECT() *MockHandleMockRecorder

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

func (*MockHandle) Name added in v0.2.0

func (m *MockHandle) Name() string

Name mocks base method.

func (*MockHandle) ServiceGenerator

func (m *MockHandle) ServiceGenerator() plugin.ServiceGenerator

ServiceGenerator mocks base method.

type MockHandleMockRecorder added in v1.6.0

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

MockHandleMockRecorder is the mock recorder for MockHandle.

func (*MockHandleMockRecorder) Close added in v1.6.0

func (mr *MockHandleMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockHandleMockRecorder) Name added in v1.6.0

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

Name indicates an expected call of Name.

func (*MockHandleMockRecorder) ServiceGenerator added in v1.6.0

func (mr *MockHandleMockRecorder) ServiceGenerator() *gomock.Call

ServiceGenerator indicates an expected call of ServiceGenerator.

type MockServiceGenerator added in v0.2.0

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

MockServiceGenerator is a mock of ServiceGenerator interface.

func NewMockServiceGenerator added in v0.2.0

func NewMockServiceGenerator(ctrl *gomock.Controller) *MockServiceGenerator

NewMockServiceGenerator creates a new mock instance.

func (*MockServiceGenerator) EXPECT added in v0.2.0

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

func (*MockServiceGenerator) Generate added in v0.2.0

Generate mocks base method.

func (*MockServiceGenerator) Handle added in v0.2.0

func (m *MockServiceGenerator) Handle() plugin.Handle

Handle mocks base method.

type MockServiceGeneratorMockRecorder added in v1.6.0

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

MockServiceGeneratorMockRecorder is the mock recorder for MockServiceGenerator.

func (*MockServiceGeneratorMockRecorder) Generate added in v1.6.0

func (mr *MockServiceGeneratorMockRecorder) Generate(arg0 interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockServiceGeneratorMockRecorder) Handle added in v1.6.0

Handle indicates an expected call of Handle.

Jump to

Keyboard shortcuts

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