github.com/secure-build/gitlab-runner@v12.5.0+incompatible/session/proxy/mock_Requester.go (about)

     1  // Code generated by mockery v1.0.0. DO NOT EDIT.
     2  
     3  package proxy
     4  
     5  import (
     6  	http "net/http"
     7  
     8  	mock "github.com/stretchr/testify/mock"
     9  )
    10  
    11  // MockRequester is an autogenerated mock type for the ProxyRequester type
    12  type MockRequester struct {
    13  	mock.Mock
    14  }
    15  
    16  // ProxyRequest provides a mock function with given fields: w, r, requestedURI, port, settings
    17  func (_m *MockRequester) ProxyRequest(w http.ResponseWriter, r *http.Request, requestedURI string, port string, settings *Settings) {
    18  	_m.Called(w, r, requestedURI, port, settings)
    19  }