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 ¶
func (m *MockIDGetter) EXPECT() *MockIDGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
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 ¶
func (m *MockTransitionInterface) EXPECT() *MockTransitionInterfaceMockRecorder
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 ¶
func (mr *MockTransitionInterfaceMockRecorder) GetFrom() *gomock.Call
GetFrom indicates an expected call of GetFrom
func (*MockTransitionInterfaceMockRecorder) GetTo ¶
func (mr *MockTransitionInterfaceMockRecorder) GetTo() *gomock.Call
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 ¶
func (m *MockTransitionRegistryInterface) EXPECT() *MockTransitionRegistryInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTransitionRegistryInterface) GetAsMap ¶
func (m *MockTransitionRegistryInterface) GetAsMap() map[string]cfg.TransitionInterface
GetAsMap mocks base method
func (*MockTransitionRegistryInterface) GetByID ¶
func (m *MockTransitionRegistryInterface) GetByID(transitionID cfg.IDGetter) (cfg.TransitionInterface, error)
GetByID mocks base method
type MockTransitionRegistryInterfaceMockRecorder ¶
type MockTransitionRegistryInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockTransitionRegistryInterfaceMockRecorder is the mock recorder for MockTransitionRegistryInterface
func (*MockTransitionRegistryInterfaceMockRecorder) GetAsMap ¶
func (mr *MockTransitionRegistryInterfaceMockRecorder) GetAsMap() *gomock.Call
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