mocks

package
v0.0.0-...-589da53 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 4 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 MockApplicationService

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

MockApplicationService is a mock of ApplicationService interface.

func NewMockApplicationService

func NewMockApplicationService(ctrl *gomock.Controller) *MockApplicationService

NewMockApplicationService creates a new mock instance.

func (*MockApplicationService) BeginBlock

BeginBlock mocks base method.

func (*MockApplicationService) Commit

Commit mocks base method.

func (*MockApplicationService) DeliverTx

DeliverTx mocks base method.

func (*MockApplicationService) EXPECT

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

func (*MockApplicationService) EndBlock

EndBlock mocks base method.

func (*MockApplicationService) Info

Info mocks base method.

func (*MockApplicationService) InitChain

InitChain mocks base method.

type MockApplicationServiceMockRecorder

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

MockApplicationServiceMockRecorder is the mock recorder for MockApplicationService.

func (*MockApplicationServiceMockRecorder) BeginBlock

func (mr *MockApplicationServiceMockRecorder) BeginBlock(arg0 interface{}) *gomock.Call

BeginBlock indicates an expected call of BeginBlock.

func (*MockApplicationServiceMockRecorder) Commit

Commit indicates an expected call of Commit.

func (*MockApplicationServiceMockRecorder) DeliverTx

func (mr *MockApplicationServiceMockRecorder) DeliverTx(arg0 interface{}) *gomock.Call

DeliverTx indicates an expected call of DeliverTx.

func (*MockApplicationServiceMockRecorder) EndBlock

func (mr *MockApplicationServiceMockRecorder) EndBlock(arg0 interface{}) *gomock.Call

EndBlock indicates an expected call of EndBlock.

func (*MockApplicationServiceMockRecorder) Info

func (mr *MockApplicationServiceMockRecorder) Info(arg0 interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockApplicationServiceMockRecorder) InitChain

func (mr *MockApplicationServiceMockRecorder) InitChain(arg0 interface{}) *gomock.Call

InitChain indicates an expected call of InitChain.

type MockTimeService

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

MockTimeService is a mock of TimeService interface.

func NewMockTimeService

func NewMockTimeService(ctrl *gomock.Controller) *MockTimeService

NewMockTimeService creates a new mock instance.

func (*MockTimeService) EXPECT

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

func (*MockTimeService) GetTimeNow

func (m *MockTimeService) GetTimeNow() time.Time

GetTimeNow mocks base method.

type MockTimeServiceMockRecorder

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

MockTimeServiceMockRecorder is the mock recorder for MockTimeService.

func (*MockTimeServiceMockRecorder) GetTimeNow

func (mr *MockTimeServiceMockRecorder) GetTimeNow() *gomock.Call

GetTimeNow indicates an expected call of GetTimeNow.

Jump to

Keyboard shortcuts

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