mocks

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2020 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 MockIDGetter

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

MockIDGetter is a mock of IDGetter interface

func NewMockIDGetter

func NewMockIDGetter(ctrl *gomock.Controller) *MockIDGetter

NewMockIDGetter creates a new mock instance

func (*MockIDGetter) EXPECT

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

func (*MockIDGetter) GetID

func (m *MockIDGetter) GetID() string

GetID mocks base method

type MockIDGetterMockRecorder

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

MockIDGetterMockRecorder is the mock recorder for MockIDGetter

func (*MockIDGetterMockRecorder) GetID

func (mr *MockIDGetterMockRecorder) GetID() *gomock.Call

GetID indicates an expected call of GetID

type MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) EXPECT

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

func (*MockInterface) GetFinish

func (m *MockInterface) GetFinish() cfg.IDGetter

GetFinish mocks base method

func (*MockInterface) GetPlaces

func (m *MockInterface) GetPlaces() []cfg.IDGetter

GetPlaces mocks base method

func (*MockInterface) GetStart

func (m *MockInterface) GetStart() cfg.IDGetter

GetStart mocks base method

func (*MockInterface) GetTransitions

func (m *MockInterface) GetTransitions() cfg.TransitionRegistryInterface

GetTransitions mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) GetFinish

func (mr *MockInterfaceMockRecorder) GetFinish() *gomock.Call

GetFinish indicates an expected call of GetFinish

func (*MockInterfaceMockRecorder) GetPlaces

func (mr *MockInterfaceMockRecorder) GetPlaces() *gomock.Call

GetPlaces indicates an expected call of GetPlaces

func (*MockInterfaceMockRecorder) GetStart

func (mr *MockInterfaceMockRecorder) GetStart() *gomock.Call

GetStart indicates an expected call of GetStart

func (*MockInterfaceMockRecorder) GetTransitions

func (mr *MockInterfaceMockRecorder) GetTransitions() *gomock.Call

GetTransitions indicates an expected call of GetTransitions

type MockTransitionInterface

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

MockTransitionInterface is a mock of TransitionInterface interface

func NewMockTransitionInterface

func NewMockTransitionInterface(ctrl *gomock.Controller) *MockTransitionInterface

NewMockTransitionInterface creates a new mock instance

func (*MockTransitionInterface) EXPECT

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

func (*MockTransitionInterface) GetFrom

func (m *MockTransitionInterface) GetFrom() []cfg.IDGetter

GetFrom mocks base method

func (*MockTransitionInterface) GetTo

func (m *MockTransitionInterface) GetTo() []cfg.IDGetter

GetTo mocks base method

type MockTransitionInterfaceMockRecorder

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

MockTransitionInterfaceMockRecorder is the mock recorder for MockTransitionInterface

func (*MockTransitionInterfaceMockRecorder) GetFrom

GetFrom indicates an expected call of GetFrom

func (*MockTransitionInterfaceMockRecorder) GetTo

GetTo indicates an expected call of GetTo

type MockTransitionRegistryInterface

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

MockTransitionRegistryInterface is a mock of TransitionRegistryInterface interface

func NewMockTransitionRegistryInterface

func NewMockTransitionRegistryInterface(ctrl *gomock.Controller) *MockTransitionRegistryInterface

NewMockTransitionRegistryInterface creates a new mock instance

func (*MockTransitionRegistryInterface) EXPECT

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

func (*MockTransitionRegistryInterface) GetAsMap

GetAsMap mocks base method

func (*MockTransitionRegistryInterface) GetByID

GetByID mocks base method

type MockTransitionRegistryInterfaceMockRecorder

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

MockTransitionRegistryInterfaceMockRecorder is the mock recorder for MockTransitionRegistryInterface

func (*MockTransitionRegistryInterfaceMockRecorder) GetAsMap

GetAsMap indicates an expected call of GetAsMap

func (*MockTransitionRegistryInterfaceMockRecorder) GetByID

func (mr *MockTransitionRegistryInterfaceMockRecorder) GetByID(transitionID interface{}) *gomock.Call

GetByID indicates an expected call of GetByID

Jump to

Keyboard shortcuts

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