Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Peeker ¶
Peeker is an autogenerated mock type for the Peeker type
func NewPeeker ¶
NewPeeker creates a new instance of Peeker. 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 (*Peeker) Peek ¶
func (_m *Peeker) Peek(id flow.RegisterID) (flow.RegisterValue, error)
Peek provides a mock function with given fields: id
type StorageSnapshot ¶
StorageSnapshot is an autogenerated mock type for the StorageSnapshot type
func NewStorageSnapshot ¶
func NewStorageSnapshot(t interface { mock.TestingT Cleanup(func()) }) *StorageSnapshot
NewStorageSnapshot creates a new instance of StorageSnapshot. 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 (*StorageSnapshot) Get ¶
func (_m *StorageSnapshot) Get(id flow.RegisterID) (flow.RegisterValue, error)
Get provides a mock function with given fields: id