mocks

package
v0.0.0-...-be19f74 Latest Latest
Warning

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

Go to latest
Published: May 9, 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 MockIConfigFile

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

MockIConfigFile is a mock of IConfigFile interface.

func NewMockIConfigFile

func NewMockIConfigFile(ctrl *gomock.Controller) *MockIConfigFile

NewMockIConfigFile creates a new mock instance.

func (*MockIConfigFile) CheckConfigFile

func (m *MockIConfigFile) CheckConfigFile() bool

CheckConfigFile mocks base method.

func (*MockIConfigFile) ConfigFile

func (m *MockIConfigFile) ConfigFile() string

ConfigFile mocks base method.

func (*MockIConfigFile) EXPECT

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

func (*MockIConfigFile) Reader

func (m *MockIConfigFile) Reader() (cfile.IReader, error)

Reader mocks base method.

func (*MockIConfigFile) Writer

func (m *MockIConfigFile) Writer(data interface{}) (string, error)

Writer mocks base method.

type MockIConfigFileMockRecorder

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

MockIConfigFileMockRecorder is the mock recorder for MockIConfigFile.

func (*MockIConfigFileMockRecorder) CheckConfigFile

func (mr *MockIConfigFileMockRecorder) CheckConfigFile() *gomock.Call

CheckConfigFile indicates an expected call of CheckConfigFile.

func (*MockIConfigFileMockRecorder) ConfigFile

func (mr *MockIConfigFileMockRecorder) ConfigFile() *gomock.Call

ConfigFile indicates an expected call of ConfigFile.

func (*MockIConfigFileMockRecorder) Reader

func (mr *MockIConfigFileMockRecorder) Reader() *gomock.Call

Reader indicates an expected call of Reader.

func (*MockIConfigFileMockRecorder) Writer

func (mr *MockIConfigFileMockRecorder) Writer(data interface{}) *gomock.Call

Writer indicates an expected call of Writer.

type MockIReader

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

MockIReader is a mock of IReader interface.

func NewMockIReader

func NewMockIReader(ctrl *gomock.Controller) *MockIReader

NewMockIReader creates a new mock instance.

func (*MockIReader) Decode

func (m *MockIReader) Decode(d interface{}) error

Decode mocks base method.

func (*MockIReader) EXPECT

func (m *MockIReader) EXPECT() *MockIReaderMockRecorder

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

type MockIReaderMockRecorder

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

MockIReaderMockRecorder is the mock recorder for MockIReader.

func (*MockIReaderMockRecorder) Decode

func (mr *MockIReaderMockRecorder) Decode(d interface{}) *gomock.Call

Decode indicates an expected call of Decode.

Jump to

Keyboard shortcuts

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