mocks

package
v0.34.24 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConnConsensus

type AppConnConsensus struct {
	mock.Mock
}

AppConnConsensus is an autogenerated mock type for the AppConnConsensus type

func NewAppConnConsensus added in v0.34.20

func NewAppConnConsensus(t NewAppConnConsensusT) *AppConnConsensus

NewAppConnConsensus creates a new instance of AppConnConsensus. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AppConnConsensus) BeginBlockSync

BeginBlockSync provides a mock function with given fields: _a0

func (*AppConnConsensus) CommitSync

func (_m *AppConnConsensus) CommitSync() (*types.ResponseCommit, error)

CommitSync provides a mock function with given fields:

func (*AppConnConsensus) DeliverTxAsync

func (_m *AppConnConsensus) DeliverTxAsync(_a0 types.RequestDeliverTx) *abcicli.ReqRes

DeliverTxAsync provides a mock function with given fields: _a0

func (*AppConnConsensus) EndBlockSync

EndBlockSync provides a mock function with given fields: _a0

func (*AppConnConsensus) Error

func (_m *AppConnConsensus) Error() error

Error provides a mock function with given fields:

func (*AppConnConsensus) InitChainSync

InitChainSync provides a mock function with given fields: _a0

func (*AppConnConsensus) SetResponseCallback

func (_m *AppConnConsensus) SetResponseCallback(_a0 abcicli.Callback)

SetResponseCallback provides a mock function with given fields: _a0

type AppConnMempool

type AppConnMempool struct {
	mock.Mock
}

AppConnMempool is an autogenerated mock type for the AppConnMempool type

func NewAppConnMempool added in v0.34.20

func NewAppConnMempool(t NewAppConnMempoolT) *AppConnMempool

NewAppConnMempool creates a new instance of AppConnMempool. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AppConnMempool) CheckTxAsync

func (_m *AppConnMempool) CheckTxAsync(_a0 types.RequestCheckTx) *abcicli.ReqRes

CheckTxAsync provides a mock function with given fields: _a0

func (*AppConnMempool) CheckTxSync

func (_m *AppConnMempool) CheckTxSync(_a0 types.RequestCheckTx) (*types.ResponseCheckTx, error)

CheckTxSync provides a mock function with given fields: _a0

func (*AppConnMempool) Error

func (_m *AppConnMempool) Error() error

Error provides a mock function with given fields:

func (*AppConnMempool) FlushAsync

func (_m *AppConnMempool) FlushAsync() *abcicli.ReqRes

FlushAsync provides a mock function with given fields:

func (*AppConnMempool) FlushSync

func (_m *AppConnMempool) FlushSync() error

FlushSync provides a mock function with given fields:

func (*AppConnMempool) SetResponseCallback

func (_m *AppConnMempool) SetResponseCallback(_a0 abcicli.Callback)

SetResponseCallback provides a mock function with given fields: _a0

type AppConnQuery

type AppConnQuery struct {
	mock.Mock
}

AppConnQuery is an autogenerated mock type for the AppConnQuery type

func NewAppConnQuery added in v0.34.20

func NewAppConnQuery(t NewAppConnQueryT) *AppConnQuery

NewAppConnQuery creates a new instance of AppConnQuery. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AppConnQuery) EchoSync

func (_m *AppConnQuery) EchoSync(_a0 string) (*types.ResponseEcho, error)

EchoSync provides a mock function with given fields: _a0

func (*AppConnQuery) Error

func (_m *AppConnQuery) Error() error

Error provides a mock function with given fields:

func (*AppConnQuery) InfoSync

func (_m *AppConnQuery) InfoSync(_a0 types.RequestInfo) (*types.ResponseInfo, error)

InfoSync provides a mock function with given fields: _a0

func (*AppConnQuery) QuerySync

func (_m *AppConnQuery) QuerySync(_a0 types.RequestQuery) (*types.ResponseQuery, error)

QuerySync provides a mock function with given fields: _a0

type AppConnSnapshot

type AppConnSnapshot struct {
	mock.Mock
}

AppConnSnapshot is an autogenerated mock type for the AppConnSnapshot type

func NewAppConnSnapshot added in v0.34.20

func NewAppConnSnapshot(t NewAppConnSnapshotT) *AppConnSnapshot

NewAppConnSnapshot creates a new instance of AppConnSnapshot. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*AppConnSnapshot) ApplySnapshotChunkSync

ApplySnapshotChunkSync provides a mock function with given fields: _a0

func (*AppConnSnapshot) Error

func (_m *AppConnSnapshot) Error() error

Error provides a mock function with given fields:

func (*AppConnSnapshot) ListSnapshotsSync

ListSnapshotsSync provides a mock function with given fields: _a0

func (*AppConnSnapshot) LoadSnapshotChunkSync

LoadSnapshotChunkSync provides a mock function with given fields: _a0

func (*AppConnSnapshot) OfferSnapshotSync

OfferSnapshotSync provides a mock function with given fields: _a0

type ClientCreator

type ClientCreator struct {
	mock.Mock
}

ClientCreator is an autogenerated mock type for the ClientCreator type

func NewClientCreator added in v0.34.21

func NewClientCreator(t mockConstructorTestingTNewClientCreator) *ClientCreator

NewClientCreator creates a new instance of ClientCreator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*ClientCreator) NewABCIClient

func (_m *ClientCreator) NewABCIClient() (abcicli.Client, error)

NewABCIClient provides a mock function with given fields:

type NewAppConnConsensusT added in v0.34.21

type NewAppConnConsensusT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAppConnMempoolT added in v0.34.21

type NewAppConnMempoolT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAppConnQueryT added in v0.34.21

type NewAppConnQueryT interface {
	mock.TestingT
	Cleanup(func())
}

type NewAppConnSnapshotT added in v0.34.21

type NewAppConnSnapshotT interface {
	mock.TestingT
	Cleanup(func())
}

Jump to

Keyboard shortcuts

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