You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by mockery v2.21.4. DO NOT EDIT.
package mempool
import (
flow "github.com/onflow/flow-go/model/flow"
mock "github.com/stretchr/testify/mock"
)
// OnEjection is an autogenerated mock type for the OnEjection type
type OnEjection struct {
mock.Mock
}
// Execute provides a mock function with given fields: _a0
func (_m *OnEjection) Execute(_a0 flow.Entity) {
_m.Called(_a0)
}
type mockConstructorTestingTNewOnEjection interface {
mock.TestingT
Cleanup(func())
}
// NewOnEjection creates a new instance of OnEjection. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.