valuestest

package
v0.0.78 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package valuestest is a generated GoMock package.

Package valuestest is a generated GoMock package.

Package valuestest is a generated GoMock package.

Package valuestest is a generated GoMock package.

Package valuestest is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBool

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

MockBool is a mock of Bool interface.

func NewMockBool

func NewMockBool(ctrl *gomock.Controller) *MockBool

NewMockBool creates a new mock instance.

func (*MockBool) Attribute

func (m *MockBool) Attribute() output.Attribute

Attribute mocks base method.

func (*MockBool) EXPECT

func (m *MockBool) EXPECT() *MockBoolMockRecorder

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

func (*MockBool) Get

func (m *MockBool) Get() bool

Get mocks base method.

func (*MockBool) Set

func (m *MockBool) Set(v bool)

Set mocks base method.

type MockBoolMockRecorder

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

MockBoolMockRecorder is the mock recorder for MockBool.

func (*MockBoolMockRecorder) Attribute

func (mr *MockBoolMockRecorder) Attribute() *gomock.Call

Attribute indicates an expected call of Attribute.

func (*MockBoolMockRecorder) Get

func (mr *MockBoolMockRecorder) Get() *gomock.Call

Get indicates an expected call of Get.

func (*MockBoolMockRecorder) Set

func (mr *MockBoolMockRecorder) Set(v interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockInt

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

MockInt is a mock of Int interface.

func NewMockInt

func NewMockInt(ctrl *gomock.Controller) *MockInt

NewMockInt creates a new mock instance.

func (*MockInt) Attribute

func (m *MockInt) Attribute() output.Attribute

Attribute mocks base method.

func (*MockInt) EXPECT

func (m *MockInt) EXPECT() *MockIntMockRecorder

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

func (*MockInt) Get

func (m *MockInt) Get() int

Get mocks base method.

func (*MockInt) Set

func (m *MockInt) Set(v int)

Set mocks base method.

type MockIntMockRecorder

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

MockIntMockRecorder is the mock recorder for MockInt.

func (*MockIntMockRecorder) Attribute

func (mr *MockIntMockRecorder) Attribute() *gomock.Call

Attribute indicates an expected call of Attribute.

func (*MockIntMockRecorder) Get

func (mr *MockIntMockRecorder) Get() *gomock.Call

Get indicates an expected call of Get.

func (*MockIntMockRecorder) Set

func (mr *MockIntMockRecorder) Set(v interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockStore

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

MockStore is a mock of Store interface.

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) GetBool

func (m *MockStore) GetBool(key string) bool

GetBool mocks base method.

func (*MockStore) GetInt

func (m *MockStore) GetInt(key string) int

GetInt mocks base method.

func (*MockStore) GetString

func (m *MockStore) GetString(key string) string

GetString mocks base method.

func (*MockStore) GetStringSlice

func (m *MockStore) GetStringSlice(key string) []string

GetStringSlice mocks base method.

func (*MockStore) IsSet

func (m *MockStore) IsSet(key string) bool

IsSet mocks base method.

func (*MockStore) Set

func (m *MockStore) Set(key string, value interface{})

Set mocks base method.

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) GetBool

func (mr *MockStoreMockRecorder) GetBool(key interface{}) *gomock.Call

GetBool indicates an expected call of GetBool.

func (*MockStoreMockRecorder) GetInt

func (mr *MockStoreMockRecorder) GetInt(key interface{}) *gomock.Call

GetInt indicates an expected call of GetInt.

func (*MockStoreMockRecorder) GetString

func (mr *MockStoreMockRecorder) GetString(key interface{}) *gomock.Call

GetString indicates an expected call of GetString.

func (*MockStoreMockRecorder) GetStringSlice

func (mr *MockStoreMockRecorder) GetStringSlice(key interface{}) *gomock.Call

GetStringSlice indicates an expected call of GetStringSlice.

func (*MockStoreMockRecorder) IsSet

func (mr *MockStoreMockRecorder) IsSet(key interface{}) *gomock.Call

IsSet indicates an expected call of IsSet.

func (*MockStoreMockRecorder) Set

func (mr *MockStoreMockRecorder) Set(key, value interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockString

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

MockString is a mock of String interface.

func NewMockString

func NewMockString(ctrl *gomock.Controller) *MockString

NewMockString creates a new mock instance.

func (*MockString) Attribute

func (m *MockString) Attribute() output.Attribute

Attribute mocks base method.

func (*MockString) EXPECT

func (m *MockString) EXPECT() *MockStringMockRecorder

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

func (*MockString) Get

func (m *MockString) Get() string

Get mocks base method.

func (*MockString) Set

func (m *MockString) Set(v string)

Set mocks base method.

type MockStringMockRecorder

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

MockStringMockRecorder is the mock recorder for MockString.

func (*MockStringMockRecorder) Attribute

func (mr *MockStringMockRecorder) Attribute() *gomock.Call

Attribute indicates an expected call of Attribute.

func (*MockStringMockRecorder) Get

func (mr *MockStringMockRecorder) Get() *gomock.Call

Get indicates an expected call of Get.

func (*MockStringMockRecorder) Set

func (mr *MockStringMockRecorder) Set(v interface{}) *gomock.Call

Set indicates an expected call of Set.

type MockStringSlice

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

MockStringSlice is a mock of StringSlice interface.

func NewMockStringSlice

func NewMockStringSlice(ctrl *gomock.Controller) *MockStringSlice

NewMockStringSlice creates a new mock instance.

func (*MockStringSlice) Attribute

func (m *MockStringSlice) Attribute() output.Attribute

Attribute mocks base method.

func (*MockStringSlice) EXPECT

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

func (*MockStringSlice) Get

func (m *MockStringSlice) Get() []string

Get mocks base method.

func (*MockStringSlice) Set

func (m *MockStringSlice) Set(v []string)

Set mocks base method.

type MockStringSliceMockRecorder

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

MockStringSliceMockRecorder is the mock recorder for MockStringSlice.

func (*MockStringSliceMockRecorder) Attribute

func (mr *MockStringSliceMockRecorder) Attribute() *gomock.Call

Attribute indicates an expected call of Attribute.

func (*MockStringSliceMockRecorder) Get

Get indicates an expected call of Get.

func (*MockStringSliceMockRecorder) Set

func (mr *MockStringSliceMockRecorder) Set(v interface{}) *gomock.Call

Set indicates an expected call of Set.

Jump to

Keyboard shortcuts

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