mock_framework

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_framework is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAction

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

MockAction is a mock of Action interface.

func NewMockAction

func NewMockAction(ctrl *gomock.Controller) *MockAction

NewMockAction creates a new mock instance.

func (*MockAction) EXPECT

func (m *MockAction) EXPECT() *MockActionMockRecorder

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

func (*MockAction) Execute

func (m *MockAction) Execute(ssn *framework.Session)

Execute mocks base method.

func (*MockAction) Initialize

func (m *MockAction) Initialize()

Initialize mocks base method.

func (*MockAction) Name

func (m *MockAction) Name() string

Name mocks base method.

func (*MockAction) UnInitialize

func (m *MockAction) UnInitialize()

UnInitialize mocks base method.

type MockActionMockRecorder

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

MockActionMockRecorder is the mock recorder for MockAction.

func (*MockActionMockRecorder) Execute

func (mr *MockActionMockRecorder) Execute(ssn interface{}) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockActionMockRecorder) Initialize

func (mr *MockActionMockRecorder) Initialize() *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockActionMockRecorder) Name

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

Name indicates an expected call of Name.

func (*MockActionMockRecorder) UnInitialize

func (mr *MockActionMockRecorder) UnInitialize() *gomock.Call

UnInitialize indicates an expected call of UnInitialize.

type MockPlugin

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

MockPlugin is a mock of Plugin interface.

func NewMockPlugin

func NewMockPlugin(ctrl *gomock.Controller) *MockPlugin

NewMockPlugin creates a new mock instance.

func (*MockPlugin) EXPECT

func (m *MockPlugin) EXPECT() *MockPluginMockRecorder

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

func (*MockPlugin) Name

func (m *MockPlugin) Name() string

Name mocks base method.

func (*MockPlugin) OnSessionClose

func (m *MockPlugin) OnSessionClose(ssn *framework.Session)

OnSessionClose mocks base method.

func (*MockPlugin) OnSessionOpen

func (m *MockPlugin) OnSessionOpen(ssn *framework.Session)

OnSessionOpen mocks base method.

type MockPluginMockRecorder

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

MockPluginMockRecorder is the mock recorder for MockPlugin.

func (*MockPluginMockRecorder) Name

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

Name indicates an expected call of Name.

func (*MockPluginMockRecorder) OnSessionClose

func (mr *MockPluginMockRecorder) OnSessionClose(ssn interface{}) *gomock.Call

OnSessionClose indicates an expected call of OnSessionClose.

func (*MockPluginMockRecorder) OnSessionOpen

func (mr *MockPluginMockRecorder) OnSessionOpen(ssn interface{}) *gomock.Call

OnSessionOpen indicates an expected call of OnSessionOpen.

Jump to

Keyboard shortcuts

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