mocks

package
v1.13.4 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttestTask

type AttestTask struct {
	mock.Mock
}

AttestTask is an autogenerated mock type for the AttestTask type

func NewAttestTask

func NewAttestTask(t interface {
	mock.TestingT
	Cleanup(func())
}) *AttestTask

NewAttestTask creates a new instance of AttestTask. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*AttestTask) Attest

func (_m *AttestTask) Attest()

Attest provides a mock function with given fields:

type Attestator

type Attestator struct {
	mock.Mock
}

Attestator is an autogenerated mock type for the Attestator type

func NewAttestator

func NewAttestator(t interface {
	mock.TestingT
	Cleanup(func())
}) *Attestator

NewAttestator creates a new instance of Attestator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Attestator) ProcessAllEvidence

func (_m *Attestator) ProcessAllEvidence(ctx context.Context, task types.AttestTask, evidence []types.Evidence) (types.AttestResult, error)

ProcessAllEvidence provides a mock function with given fields: ctx, task, evidence

func (*Attestator) ValidateEvidence

func (_m *Attestator) ValidateEvidence(ctx context.Context, task types.AttestTask, evidence types.Evidence) error

ValidateEvidence provides a mock function with given fields: ctx, task, evidence

type EvmKeeper added in v1.10.2

type EvmKeeper struct {
	mock.Mock
}

EvmKeeper is an autogenerated mock type for the EvmKeeper type

func NewEvmKeeper added in v1.10.2

func NewEvmKeeper(t interface {
	mock.TestingT
	Cleanup(func())
},
) *EvmKeeper

NewEvmKeeper creates a new instance of EvmKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*EvmKeeper) PickValidatorForMessage added in v1.10.2

func (_m *EvmKeeper) PickValidatorForMessage(ctx context.Context, chainReferenceID string, requirements *xchain.JobRequirements) (string, error)

PickValidatorForMessage provides a mock function with given fields: ctx, chainReferenceID, requirements

type QueryServer added in v1.3.0

type QueryServer struct {
	mock.Mock
}

QueryServer is an autogenerated mock type for the QueryServer type

func NewQueryServer added in v1.3.0

func NewQueryServer(t mockConstructorTestingTNewQueryServer) *QueryServer

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

func (*QueryServer) GetAllQueueNames added in v1.3.0

GetAllQueueNames provides a mock function with given fields: _a0, _a1

func (*QueryServer) MessagesInQueue added in v1.3.0

MessagesInQueue provides a mock function with given fields: _a0, _a1

func (*QueryServer) Params added in v1.3.0

Params provides a mock function with given fields: _a0, _a1

func (*QueryServer) QueuedMessagesForAttesting added in v1.4.0

QueuedMessagesForAttesting provides a mock function with given fields: _a0, _a1

func (*QueryServer) QueuedMessagesForRelaying added in v1.4.0

QueuedMessagesForRelaying provides a mock function with given fields: _a0, _a1

func (*QueryServer) QueuedMessagesForSigning added in v1.3.0

QueuedMessagesForSigning provides a mock function with given fields: _a0, _a1

type QueuedSignedMessageI

type QueuedSignedMessageI struct {
	mock.Mock
}

QueuedSignedMessageI is an autogenerated mock type for the QueuedSignedMessageI type

func NewQueuedSignedMessageI

func NewQueuedSignedMessageI(t interface {
	mock.TestingT
	Cleanup(func())
}) *QueuedSignedMessageI

NewQueuedSignedMessageI creates a new instance of QueuedSignedMessageI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*QueuedSignedMessageI) AddEvidence

func (_m *QueuedSignedMessageI) AddEvidence(_a0 types.Evidence)

AddEvidence provides a mock function with given fields: _a0

func (*QueuedSignedMessageI) AddSignData

func (_m *QueuedSignedMessageI) AddSignData(_a0 *types.SignData)

AddSignData provides a mock function with given fields: _a0

func (*QueuedSignedMessageI) ConsensusMsg

ConsensusMsg provides a mock function with given fields: _a0

func (*QueuedSignedMessageI) GetAddedAt added in v0.6.0

func (_m *QueuedSignedMessageI) GetAddedAt() time.Time

GetAddedAt provides a mock function with given fields:

func (*QueuedSignedMessageI) GetAddedAtBlockHeight added in v0.6.0

func (_m *QueuedSignedMessageI) GetAddedAtBlockHeight() int64

GetAddedAtBlockHeight provides a mock function with given fields:

func (*QueuedSignedMessageI) GetBytesToSign

func (_m *QueuedSignedMessageI) GetBytesToSign() []byte

GetBytesToSign provides a mock function with given fields:

func (*QueuedSignedMessageI) GetErrorData added in v1.9.1

func (_m *QueuedSignedMessageI) GetErrorData() *types.ErrorData

GetErrorData provides a mock function with given fields:

func (*QueuedSignedMessageI) GetEvidence

func (_m *QueuedSignedMessageI) GetEvidence() []*types.Evidence

GetEvidence provides a mock function with given fields:

func (*QueuedSignedMessageI) GetId

func (_m *QueuedSignedMessageI) GetId() uint64

GetId provides a mock function with given fields:

func (*QueuedSignedMessageI) GetMsg added in v1.9.1

func (_m *QueuedSignedMessageI) GetMsg() *codectypes.Any

GetMsg provides a mock function with given fields:

func (*QueuedSignedMessageI) GetPublicAccessData

func (_m *QueuedSignedMessageI) GetPublicAccessData() *types.PublicAccessData

GetPublicAccessData provides a mock function with given fields:

func (*QueuedSignedMessageI) GetRequireSignatures added in v0.7.0

func (_m *QueuedSignedMessageI) GetRequireSignatures() bool

GetRequireSignatures provides a mock function with given fields:

func (*QueuedSignedMessageI) GetSignData

func (_m *QueuedSignedMessageI) GetSignData() []*types.SignData

GetSignData provides a mock function with given fields:

func (*QueuedSignedMessageI) Nonce

func (_m *QueuedSignedMessageI) Nonce() []byte

Nonce provides a mock function with given fields:

func (*QueuedSignedMessageI) ProtoMessage

func (_m *QueuedSignedMessageI) ProtoMessage()

ProtoMessage provides a mock function with given fields:

func (*QueuedSignedMessageI) Reset

func (_m *QueuedSignedMessageI) Reset()

Reset provides a mock function with given fields:

func (*QueuedSignedMessageI) SetErrorData added in v1.9.1

func (_m *QueuedSignedMessageI) SetErrorData(_a0 *types.ErrorData)

SetErrorData provides a mock function with given fields: _a0

func (*QueuedSignedMessageI) SetPublicAccessData

func (_m *QueuedSignedMessageI) SetPublicAccessData(_a0 *types.PublicAccessData)

SetPublicAccessData provides a mock function with given fields: _a0

func (*QueuedSignedMessageI) String

func (_m *QueuedSignedMessageI) String() string

String provides a mock function with given fields:

type ValsetKeeper

type ValsetKeeper struct {
	mock.Mock
}

ValsetKeeper is an autogenerated mock type for the ValsetKeeper type

func NewValsetKeeper

func NewValsetKeeper(t interface {
	mock.TestingT
	Cleanup(func())
},
) *ValsetKeeper

NewValsetKeeper creates a new instance of ValsetKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*ValsetKeeper) CanAcceptValidator

func (_m *ValsetKeeper) CanAcceptValidator(ctx context.Context, valAddr types.ValAddress) error

CanAcceptValidator provides a mock function with given fields: ctx, valAddr

func (*ValsetKeeper) GetCurrentSnapshot

func (_m *ValsetKeeper) GetCurrentSnapshot(ctx context.Context) (*valsettypes.Snapshot, error)

GetCurrentSnapshot provides a mock function with given fields: ctx

func (*ValsetKeeper) GetSigningKey

func (_m *ValsetKeeper) GetSigningKey(ctx context.Context, valAddr types.ValAddress, chainType string, chainReferenceID string, signedByAddress string) ([]byte, error)

GetSigningKey provides a mock function with given fields: ctx, valAddr, chainType, chainReferenceID, signedByAddress

func (*ValsetKeeper) Jail added in v1.12.2

func (_m *ValsetKeeper) Jail(ctx context.Context, valAddr types.ValAddress, reason string) error

Jail provides a mock function with given fields: ctx, valAddr, reason

func (*ValsetKeeper) KeepValidatorAlive added in v0.6.0

func (_m *ValsetKeeper) KeepValidatorAlive(ctx context.Context, valAddr types.ValAddress, pigeonVersion string) error

KeepValidatorAlive provides a mock function with given fields: ctx, valAddr, pigeonVersion

Jump to

Keyboard shortcuts

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