mock_types

package
v1.50.2 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2021 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 added in v1.28.1

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

PrintTo mocks base method

func (*MockResult) String

func (m *MockResult) String() string

String mocks base method

func (*MockResult) Version

func (m *MockResult) Version() string

Version mocks base method

type MockResultMockRecorder added in v1.17.3

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

MockResultMockRecorder is the mock recorder for MockResult

func (*MockResultMockRecorder) GetAsVersion added in v1.17.3

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

GetAsVersion indicates an expected call of GetAsVersion

func (*MockResultMockRecorder) Print added in v1.17.3

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

Print indicates an expected call of Print

func (*MockResultMockRecorder) PrintTo added in v1.29.1

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

PrintTo indicates an expected call of PrintTo

func (*MockResultMockRecorder) String added in v1.17.3

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

String indicates an expected call of String

func (*MockResultMockRecorder) Version added in v1.17.3

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