Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionFactory ¶
ConnectionFactory is an autogenerated mock type for the ConnectionFactory type
func NewConnectionFactory ¶ added in v0.26.1
func NewConnectionFactory(t testing.TB) *ConnectionFactory
NewConnectionFactory creates a new instance of ConnectionFactory. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*ConnectionFactory) GetAccessAPIClient ¶
func (_m *ConnectionFactory) GetAccessAPIClient(address string) (access.AccessAPIClient, io.Closer, error)
GetAccessAPIClient provides a mock function with given fields: address
func (*ConnectionFactory) GetExecutionAPIClient ¶ added in v0.14.0
func (_m *ConnectionFactory) GetExecutionAPIClient(address string) (execution.ExecutionAPIClient, io.Closer, error)
GetExecutionAPIClient provides a mock function with given fields: address
Click to show internal directories.
Click to hide internal directories.