Documentation ¶
Overview ¶
Package mock_network is a generated GoMock package.
Index ¶
- type MockManagerInterface
- func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
- func (m *MockManagerInterface) Find(chainID uint64) *params.Network
- func (m *MockManagerInterface) Get(onlyEnabled bool) ([]*params.Network, error)
- func (m *MockManagerInterface) GetAll() ([]*params.Network, error)
- func (m *MockManagerInterface) GetConfiguredNetworks() []params.Network
- func (m *MockManagerInterface) GetTestNetworksEnabled() (bool, error)
- type MockManagerInterfaceMockRecorder
- func (mr *MockManagerInterfaceMockRecorder) Find(chainID interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) Get(onlyEnabled interface{}) *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) GetAll() *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) GetConfiguredNetworks() *gomock.Call
- func (mr *MockManagerInterfaceMockRecorder) GetTestNetworksEnabled() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockManagerInterface ¶
type MockManagerInterface struct {
// contains filtered or unexported fields
}
MockManagerInterface is a mock of ManagerInterface interface.
func NewMockManagerInterface ¶
func NewMockManagerInterface(ctrl *gomock.Controller) *MockManagerInterface
NewMockManagerInterface creates a new mock instance.
func (*MockManagerInterface) EXPECT ¶
func (m *MockManagerInterface) EXPECT() *MockManagerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagerInterface) Find ¶
func (m *MockManagerInterface) Find(chainID uint64) *params.Network
Find mocks base method.
func (*MockManagerInterface) Get ¶
func (m *MockManagerInterface) Get(onlyEnabled bool) ([]*params.Network, error)
Get mocks base method.
func (*MockManagerInterface) GetAll ¶
func (m *MockManagerInterface) GetAll() ([]*params.Network, error)
GetAll mocks base method.
func (*MockManagerInterface) GetConfiguredNetworks ¶
func (m *MockManagerInterface) GetConfiguredNetworks() []params.Network
GetConfiguredNetworks mocks base method.
func (*MockManagerInterface) GetTestNetworksEnabled ¶
func (m *MockManagerInterface) GetTestNetworksEnabled() (bool, error)
GetTestNetworksEnabled mocks base method.
type MockManagerInterfaceMockRecorder ¶
type MockManagerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerInterfaceMockRecorder is the mock recorder for MockManagerInterface.
func (*MockManagerInterfaceMockRecorder) Find ¶
func (mr *MockManagerInterfaceMockRecorder) Find(chainID interface{}) *gomock.Call
Find indicates an expected call of Find.
func (*MockManagerInterfaceMockRecorder) Get ¶
func (mr *MockManagerInterfaceMockRecorder) Get(onlyEnabled interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockManagerInterfaceMockRecorder) GetAll ¶
func (mr *MockManagerInterfaceMockRecorder) GetAll() *gomock.Call
GetAll indicates an expected call of GetAll.
func (*MockManagerInterfaceMockRecorder) GetConfiguredNetworks ¶
func (mr *MockManagerInterfaceMockRecorder) GetConfiguredNetworks() *gomock.Call
GetConfiguredNetworks indicates an expected call of GetConfiguredNetworks.
func (*MockManagerInterfaceMockRecorder) GetTestNetworksEnabled ¶
func (mr *MockManagerInterfaceMockRecorder) GetTestNetworksEnabled() *gomock.Call
GetTestNetworksEnabled indicates an expected call of GetTestNetworksEnabled.