package libconfigmock

import "github.com/cri-o/cri-o/test/mocks/lib"

Package libconfigmock is a generated GoMock package.

Index

Types

type MockIface

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

MockIface is a mock of Iface interface.

func NewMockIface

func NewMockIface(ctrl *gomock.Controller) *MockIface

NewMockIface creates a new mock instance.

func (*MockIface) EXPECT

func (m *MockIface) EXPECT() *MockIfaceMockRecorder

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

func (*MockIface) GetData

func (m *MockIface) GetData() *config.Config

GetData mocks base method.

func (*MockIface) GetStore

func (m *MockIface) GetStore() (storage.Store, error)

GetStore mocks base method.

type MockIfaceMockRecorder

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

MockIfaceMockRecorder is the mock recorder for MockIface.

func (*MockIfaceMockRecorder) GetData

func (mr *MockIfaceMockRecorder) GetData() *gomock.Call

GetData indicates an expected call of GetData.

func (*MockIfaceMockRecorder) GetStore

func (mr *MockIfaceMockRecorder) GetStore() *gomock.Call

GetStore indicates an expected call of GetStore.

Source Files

lib.go

Version
v1.33.1 (latest)
Published
Jun 2, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
1 day ago

Tools for package owners.