Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDoer ¶
MockDoer is an autogenerated mock type for the Doer type
func NewMockDoer ¶
NewMockDoer creates a new instance of MockDoer. 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 (*MockDoer) EXPECT ¶
func (_m *MockDoer) EXPECT() *MockDoer_Expecter
type MockDoer_Do_Call ¶
MockDoer_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'
func (*MockDoer_Do_Call) Return ¶
func (_c *MockDoer_Do_Call) Return(_a0 *http.Response, _a1 error) *MockDoer_Do_Call
func (*MockDoer_Do_Call) Run ¶
func (_c *MockDoer_Do_Call) Run(run func(req *http.Request)) *MockDoer_Do_Call
func (*MockDoer_Do_Call) RunAndReturn ¶
func (_c *MockDoer_Do_Call) RunAndReturn(run func(*http.Request) (*http.Response, error)) *MockDoer_Do_Call
type MockDoer_Expecter ¶
type MockDoer_Expecter struct {
// contains filtered or unexported fields
}
func (*MockDoer_Expecter) Do ¶
func (_e *MockDoer_Expecter) Do(req interface{}) *MockDoer_Do_Call
Do is a helper method to define mock.On call
- req *http.Request
Click to show internal directories.
Click to hide internal directories.