mock_types

package
v0.0.0-...-b702281 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_types is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockResult

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

MockResult is a mock of Result interface.

func NewMockResult

func NewMockResult(ctrl *gomock.Controller) *MockResult

NewMockResult creates a new mock instance.

func (*MockResult) EXPECT

func (m *MockResult) EXPECT() *MockResultMockRecorder

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

func (*MockResult) GetAsVersion

func (m *MockResult) GetAsVersion(arg0 string) (types.Result, error)

GetAsVersion mocks base method.

func (*MockResult) Print

func (m *MockResult) Print() error

Print mocks base method.

func (*MockResult) PrintTo

func (m *MockResult) PrintTo(arg0 io.Writer) error

PrintTo mocks base method.

func (*MockResult) Version

func (m *MockResult) Version() string

Version mocks base method.

type MockResultMockRecorder

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

MockResultMockRecorder is the mock recorder for MockResult.

func (*MockResultMockRecorder) GetAsVersion

func (mr *MockResultMockRecorder) GetAsVersion(arg0 interface{}) *gomock.Call

GetAsVersion indicates an expected call of GetAsVersion.

func (*MockResultMockRecorder) Print

func (mr *MockResultMockRecorder) Print() *gomock.Call

Print indicates an expected call of Print.

func (*MockResultMockRecorder) PrintTo

func (mr *MockResultMockRecorder) PrintTo(arg0 interface{}) *gomock.Call

PrintTo indicates an expected call of PrintTo.

func (*MockResultMockRecorder) Version

func (mr *MockResultMockRecorder) Version() *gomock.Call

Version indicates an expected call of Version.

Jump to

Keyboard shortcuts

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