Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecForkActor ¶
type ExecForkActor interface {
OnExecFork([]*flow.IncorporatedResultSeal)
}
ExecForkActor allows to create a mock for the ExecForkActor callback
type ExecForkActorMock ¶
ExecForkActorMock is an autogenerated mock type for the ExecForkActor type
func NewExecForkActorMock ¶ added in v0.26.1
func NewExecForkActorMock(t interface { mock.TestingT Cleanup(func()) }) *ExecForkActorMock
NewExecForkActorMock creates a new instance of ExecForkActorMock. 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 (*ExecForkActorMock) OnExecFork ¶
func (_m *ExecForkActorMock) OnExecFork(_a0 []*flow.IncorporatedResultSeal)
OnExecFork provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.