mocks

package
v0.0.0-...-df3562f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient

type HTTPClient struct {
	mock.Mock
}

HTTPClient is an autogenerated mock type for the HTTPClient type

func NewHTTPClient

func NewHTTPClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *HTTPClient

NewHTTPClient creates a new instance of HTTPClient. 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 (*HTTPClient) Do

func (_m *HTTPClient) Do(req *http.Request) (*http.Response, error)

Do provides a mock function with given fields: req

func (*HTTPClient) EXPECT

func (_m *HTTPClient) EXPECT() *HTTPClient_Expecter

type HTTPClient_Do_Call

type HTTPClient_Do_Call struct {
	*mock.Call
}

HTTPClient_Do_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Do'

func (*HTTPClient_Do_Call) Return

func (_c *HTTPClient_Do_Call) Return(_a0 *http.Response, _a1 error) *HTTPClient_Do_Call

func (*HTTPClient_Do_Call) Run

func (_c *HTTPClient_Do_Call) Run(run func(req *http.Request)) *HTTPClient_Do_Call

func (*HTTPClient_Do_Call) RunAndReturn

func (_c *HTTPClient_Do_Call) RunAndReturn(run func(*http.Request) (*http.Response, error)) *HTTPClient_Do_Call

type HTTPClient_Expecter

type HTTPClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*HTTPClient_Expecter) Do

func (_e *HTTPClient_Expecter) Do(req interface{}) *HTTPClient_Do_Call

Do is a helper method to define mock.On call

  • req *http.Request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL