mocks

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockIDE

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

MockIDE is a mock of IDE interface.

func NewMockIDE

func NewMockIDE(ctrl *gomock.Controller) *MockIDE

NewMockIDE creates a new mock instance.

func (*MockIDE) EXPECT

func (m *MockIDE) EXPECT() *MockIDEMockRecorder

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

func (*MockIDE) IsInstalled

func (m *MockIDE) IsInstalled() bool

IsInstalled mocks base method.

func (*MockIDE) Name

func (m *MockIDE) Name() string

Name mocks base method.

func (*MockIDE) OpenRepository

func (m *MockIDE) OpenRepository(path string) error

OpenRepository mocks base method.

type MockIDEMockRecorder

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

MockIDEMockRecorder is the mock recorder for MockIDE.

func (*MockIDEMockRecorder) IsInstalled

func (mr *MockIDEMockRecorder) IsInstalled() *gomock.Call

IsInstalled indicates an expected call of IsInstalled.

func (*MockIDEMockRecorder) Name

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

Name indicates an expected call of Name.

func (*MockIDEMockRecorder) OpenRepository

func (mr *MockIDEMockRecorder) OpenRepository(path any) *gomock.Call

OpenRepository indicates an expected call of OpenRepository.

type MockManagerInterface

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

MockManagerInterface is a mock of ManagerInterface interface.

func NewMockManagerInterface

func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface

NewMockManagerInterface creates a new mock instance.

func (*MockManagerInterface) EXPECT

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

func (*MockManagerInterface) GetIDE

func (m *MockManagerInterface) GetIDE(name string) (ide.IDE, error)

GetIDE mocks base method.

func (*MockManagerInterface) OpenIDE

func (m *MockManagerInterface) OpenIDE(name, path string) error

OpenIDE mocks base method.

type MockManagerInterfaceMockRecorder

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

MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface.

func (*MockManagerInterfaceMockRecorder) GetIDE

func (mr *MockManagerInterfaceMockRecorder) GetIDE(name any) *gomock.Call

GetIDE indicates an expected call of GetIDE.

func (*MockManagerInterfaceMockRecorder) OpenIDE

func (mr *MockManagerInterfaceMockRecorder) OpenIDE(name, path any) *gomock.Call

OpenIDE indicates an expected call of OpenIDE.

Jump to

Keyboard shortcuts

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