Documentation ¶
Overview ¶
Code generated by Mock annotation processor. DO NOT EDIT. versions:
go: go1.22.4 go-annotation: 0.1.0 Mock: 0.0.1
Code generated by counterfeiter. DO NOT EDIT.
Code generated by Mock annotation processor. DO NOT EDIT. versions:
go: go1.22.4 go-annotation: 0.1.0 Mock: 0.0.1
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type GenericInterfaceMock
- func (fake *GenericInterfaceMock) Get() float32
- func (fake *GenericInterfaceMock) GetCallCount() int
- func (fake *GenericInterfaceMock) GetCalls(stub func() float32)
- func (fake *GenericInterfaceMock) GetReturns(result1 float32)
- func (fake *GenericInterfaceMock) GetReturnsOnCall(i int, result1 float32)
- func (fake *GenericInterfaceMock) Invocations() map[string][][]interface{}
- func (fake *GenericInterfaceMock) Process(arg1 int, arg2 []float32) (chan int, float32)
- func (fake *GenericInterfaceMock) ProcessArgsForCall(i int) (int, []float32)
- func (fake *GenericInterfaceMock) ProcessCallCount() int
- func (fake *GenericInterfaceMock) ProcessCalls(stub func(int, []float32) (chan int, float32))
- func (fake *GenericInterfaceMock) ProcessReturns(result1 chan int, result2 float32)
- func (fake *GenericInterfaceMock) ProcessReturnsOnCall(i int, result1 chan int, result2 float32)
- type ParametrizedFuncMock
- func (fake *ParametrizedFuncMock) ArgsForCall(i int) *http.Request
- func (fake *ParametrizedFuncMock) CallCount() int
- func (fake *ParametrizedFuncMock) Calls(stub func(*http.Request) []*http.Request)
- func (fake *ParametrizedFuncMock) Invocations() map[string][][]interface{}
- func (fake *ParametrizedFuncMock) Returns(result1 []*http.Request)
- func (fake *ParametrizedFuncMock) ReturnsOnCall(i int, result1 []*http.Request)
- func (fake *ParametrizedFuncMock) Spy(arg1 *http.Request) []*http.Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericInterfaceMock ¶
type GenericInterfaceMock struct { GetStub func() float32 ProcessStub func(int, []float32) (chan int, float32) // contains filtered or unexported fields }
func (*GenericInterfaceMock) Get ¶
func (fake *GenericInterfaceMock) Get() float32
func (*GenericInterfaceMock) GetCallCount ¶
func (fake *GenericInterfaceMock) GetCallCount() int
func (*GenericInterfaceMock) GetCalls ¶
func (fake *GenericInterfaceMock) GetCalls(stub func() float32)
func (*GenericInterfaceMock) GetReturns ¶
func (fake *GenericInterfaceMock) GetReturns(result1 float32)
func (*GenericInterfaceMock) GetReturnsOnCall ¶
func (fake *GenericInterfaceMock) GetReturnsOnCall(i int, result1 float32)
func (*GenericInterfaceMock) Invocations ¶
func (fake *GenericInterfaceMock) Invocations() map[string][][]interface{}
func (*GenericInterfaceMock) Process ¶
func (fake *GenericInterfaceMock) Process(arg1 int, arg2 []float32) (chan int, float32)
func (*GenericInterfaceMock) ProcessArgsForCall ¶
func (fake *GenericInterfaceMock) ProcessArgsForCall(i int) (int, []float32)
func (*GenericInterfaceMock) ProcessCallCount ¶
func (fake *GenericInterfaceMock) ProcessCallCount() int
func (*GenericInterfaceMock) ProcessCalls ¶
func (fake *GenericInterfaceMock) ProcessCalls(stub func(int, []float32) (chan int, float32))
func (*GenericInterfaceMock) ProcessReturns ¶
func (fake *GenericInterfaceMock) ProcessReturns(result1 chan int, result2 float32)
func (*GenericInterfaceMock) ProcessReturnsOnCall ¶
func (fake *GenericInterfaceMock) ProcessReturnsOnCall(i int, result1 chan int, result2 float32)
type ParametrizedFuncMock ¶
type ParametrizedFuncMock struct { Stub func(*http.Request) []*http.Request // contains filtered or unexported fields }
func (*ParametrizedFuncMock) ArgsForCall ¶
func (fake *ParametrizedFuncMock) ArgsForCall(i int) *http.Request
func (*ParametrizedFuncMock) CallCount ¶
func (fake *ParametrizedFuncMock) CallCount() int
func (*ParametrizedFuncMock) Calls ¶
func (fake *ParametrizedFuncMock) Calls(stub func(*http.Request) []*http.Request)
func (*ParametrizedFuncMock) Invocations ¶
func (fake *ParametrizedFuncMock) Invocations() map[string][][]interface{}
func (*ParametrizedFuncMock) Returns ¶
func (fake *ParametrizedFuncMock) Returns(result1 []*http.Request)
func (*ParametrizedFuncMock) ReturnsOnCall ¶
func (fake *ParametrizedFuncMock) ReturnsOnCall(i int, result1 []*http.Request)
Click to show internal directories.
Click to hide internal directories.