mock

package
v0.29.6 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionState

type ExecutionState struct {
	mock.Mock
}

ExecutionState is an autogenerated mock type for the ExecutionState type

func NewExecutionState

func NewExecutionState(t mockConstructorTestingTNewExecutionState) *ExecutionState

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

func (*ExecutionState) ChunkDataPackByChunkID

func (_m *ExecutionState) ChunkDataPackByChunkID(_a0 flow.Identifier) (*flow.ChunkDataPack, error)

ChunkDataPackByChunkID provides a mock function with given fields: _a0

func (*ExecutionState) GetBlockIDByChunkID

func (_m *ExecutionState) GetBlockIDByChunkID(chunkID flow.Identifier) (flow.Identifier, error)

GetBlockIDByChunkID provides a mock function with given fields: chunkID

func (*ExecutionState) GetCollection

func (_m *ExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)

GetCollection provides a mock function with given fields: identifier

func (*ExecutionState) GetExecutionResultID

func (_m *ExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)

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

func (*ExecutionState) GetHighestExecutedBlockID

func (_m *ExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)

GetHighestExecutedBlockID provides a mock function with given fields: _a0

func (*ExecutionState) GetProof

func (_m *ExecutionState) GetProof(_a0 context.Context, _a1 flow.StateCommitment, _a2 []flow.RegisterID) ([]byte, error)

GetProof provides a mock function with given fields: _a0, _a1, _a2

func (*ExecutionState) GetRegisters

func (_m *ExecutionState) GetRegisters(_a0 context.Context, _a1 flow.StateCommitment, _a2 []flow.RegisterID) ([][]byte, error)

GetRegisters provides a mock function with given fields: _a0, _a1, _a2

func (*ExecutionState) HasState

func (_m *ExecutionState) HasState(_a0 flow.StateCommitment) bool

HasState provides a mock function with given fields: _a0

func (*ExecutionState) NewView

func (_m *ExecutionState) NewView(_a0 flow.StateCommitment) *delta.View

NewView provides a mock function with given fields: _a0

func (*ExecutionState) RetrieveStateDelta

func (_m *ExecutionState) RetrieveStateDelta(_a0 context.Context, _a1 flow.Identifier) (*messages.ExecutionStateDelta, error)

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

func (*ExecutionState) SaveExecutionResults

func (_m *ExecutionState) SaveExecutionResults(ctx context.Context, header *flow.Header, endState flow.StateCommitment, chunkDataPacks []*flow.ChunkDataPack, executionReceipt *flow.ExecutionReceipt, events []flow.EventsList, serviceEvents flow.EventsList, results []flow.TransactionResult) error

SaveExecutionResults provides a mock function with given fields: ctx, header, endState, chunkDataPacks, executionReceipt, events, serviceEvents, results

func (*ExecutionState) StateCommitmentByBlockID

func (_m *ExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) (flow.StateCommitment, error)

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

func (*ExecutionState) UpdateHighestExecutedBlockIfHigher

func (_m *ExecutionState) UpdateHighestExecutedBlockIfHigher(_a0 context.Context, _a1 *flow.Header) error

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

type ReadOnlyExecutionState

type ReadOnlyExecutionState struct {
	mock.Mock
}

ReadOnlyExecutionState is an autogenerated mock type for the ReadOnlyExecutionState type

func NewReadOnlyExecutionState

func NewReadOnlyExecutionState(t mockConstructorTestingTNewReadOnlyExecutionState) *ReadOnlyExecutionState

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

func (*ReadOnlyExecutionState) ChunkDataPackByChunkID

func (_m *ReadOnlyExecutionState) ChunkDataPackByChunkID(_a0 flow.Identifier) (*flow.ChunkDataPack, error)

ChunkDataPackByChunkID provides a mock function with given fields: _a0

func (*ReadOnlyExecutionState) GetBlockIDByChunkID

func (_m *ReadOnlyExecutionState) GetBlockIDByChunkID(chunkID flow.Identifier) (flow.Identifier, error)

GetBlockIDByChunkID provides a mock function with given fields: chunkID

func (*ReadOnlyExecutionState) GetCollection

func (_m *ReadOnlyExecutionState) GetCollection(identifier flow.Identifier) (*flow.Collection, error)

GetCollection provides a mock function with given fields: identifier

func (*ReadOnlyExecutionState) GetExecutionResultID

func (_m *ReadOnlyExecutionState) GetExecutionResultID(_a0 context.Context, _a1 flow.Identifier) (flow.Identifier, error)

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

func (*ReadOnlyExecutionState) GetHighestExecutedBlockID

func (_m *ReadOnlyExecutionState) GetHighestExecutedBlockID(_a0 context.Context) (uint64, flow.Identifier, error)

GetHighestExecutedBlockID provides a mock function with given fields: _a0

func (*ReadOnlyExecutionState) GetProof

func (_m *ReadOnlyExecutionState) GetProof(_a0 context.Context, _a1 flow.StateCommitment, _a2 []flow.RegisterID) ([]byte, error)

GetProof provides a mock function with given fields: _a0, _a1, _a2

func (*ReadOnlyExecutionState) GetRegisters

func (_m *ReadOnlyExecutionState) GetRegisters(_a0 context.Context, _a1 flow.StateCommitment, _a2 []flow.RegisterID) ([][]byte, error)

GetRegisters provides a mock function with given fields: _a0, _a1, _a2

func (*ReadOnlyExecutionState) HasState

func (_m *ReadOnlyExecutionState) HasState(_a0 flow.StateCommitment) bool

HasState provides a mock function with given fields: _a0

func (*ReadOnlyExecutionState) NewView

NewView provides a mock function with given fields: _a0

func (*ReadOnlyExecutionState) RetrieveStateDelta

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

func (*ReadOnlyExecutionState) StateCommitmentByBlockID

func (_m *ReadOnlyExecutionState) StateCommitmentByBlockID(_a0 context.Context, _a1 flow.Identifier) (flow.StateCommitment, error)

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

type RegisterUpdatesHolder

type RegisterUpdatesHolder struct {
	mock.Mock
}

RegisterUpdatesHolder is an autogenerated mock type for the RegisterUpdatesHolder type

func NewRegisterUpdatesHolder

func NewRegisterUpdatesHolder(t mockConstructorTestingTNewRegisterUpdatesHolder) *RegisterUpdatesHolder

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

func (*RegisterUpdatesHolder) RegisterUpdates

func (_m *RegisterUpdatesHolder) RegisterUpdates() ([]flow.RegisterID, [][]byte)

RegisterUpdates provides a mock function with given fields:

type ViewCommitter

type ViewCommitter struct {
	mock.Mock
}

ViewCommitter is an autogenerated mock type for the ViewCommitter type

func (*ViewCommitter) CommitView

func (_m *ViewCommitter) CommitView(_a0 context.Context, _a1 delta.View, _a2 []byte) ([]byte, []byte, error)

CommitView provides a mock function with given fields: _a0, _a1, _a2

Jump to

Keyboard shortcuts

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