Documentation
¶
Index ¶
- type AbigenContract
- type AbigenContract_Address_Call
- type AbigenContract_Expecter
- type AbigenContract_ParseLog_Call
- func (_c *AbigenContract_ParseLog_Call) Return(_a0 generated.AbigenLog, _a1 error) *AbigenContract_ParseLog_Call
- func (_c *AbigenContract_ParseLog_Call) Run(run func(_a0 types.Log)) *AbigenContract_ParseLog_Call
- func (_c *AbigenContract_ParseLog_Call) RunAndReturn(run func(types.Log) (generated.AbigenLog, error)) *AbigenContract_ParseLog_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbigenContract ¶
AbigenContract is an autogenerated mock type for the AbigenContract type
func NewAbigenContract ¶
func NewAbigenContract(t interface {
mock.TestingT
Cleanup(func())
}) *AbigenContract
NewAbigenContract creates a new instance of AbigenContract. 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 (*AbigenContract) Address ¶
func (_m *AbigenContract) Address() common.Address
Address provides a mock function with no fields
func (*AbigenContract) EXPECT ¶
func (_m *AbigenContract) EXPECT() *AbigenContract_Expecter
type AbigenContract_Address_Call ¶
AbigenContract_Address_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Address'
func (*AbigenContract_Address_Call) Return ¶
func (_c *AbigenContract_Address_Call) Return(_a0 common.Address) *AbigenContract_Address_Call
func (*AbigenContract_Address_Call) Run ¶
func (_c *AbigenContract_Address_Call) Run(run func()) *AbigenContract_Address_Call
func (*AbigenContract_Address_Call) RunAndReturn ¶
func (_c *AbigenContract_Address_Call) RunAndReturn(run func() common.Address) *AbigenContract_Address_Call
type AbigenContract_Expecter ¶
type AbigenContract_Expecter struct {
// contains filtered or unexported fields
}
func (*AbigenContract_Expecter) Address ¶
func (_e *AbigenContract_Expecter) Address() *AbigenContract_Address_Call
Address is a helper method to define mock.On call
func (*AbigenContract_Expecter) ParseLog ¶
func (_e *AbigenContract_Expecter) ParseLog(_a0 interface{}) *AbigenContract_ParseLog_Call
ParseLog is a helper method to define mock.On call
- _a0 types.Log
type AbigenContract_ParseLog_Call ¶
AbigenContract_ParseLog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseLog'
func (*AbigenContract_ParseLog_Call) Return ¶
func (_c *AbigenContract_ParseLog_Call) Return(_a0 generated.AbigenLog, _a1 error) *AbigenContract_ParseLog_Call
func (*AbigenContract_ParseLog_Call) Run ¶
func (_c *AbigenContract_ParseLog_Call) Run(run func(_a0 types.Log)) *AbigenContract_ParseLog_Call
func (*AbigenContract_ParseLog_Call) RunAndReturn ¶
func (_c *AbigenContract_ParseLog_Call) RunAndReturn(run func(types.Log) (generated.AbigenLog, error)) *AbigenContract_ParseLog_Call