Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HasCaptureErrorAndWait
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWait(arg1 error, arg2 map[string]string, arg3 ...raven.Interface) string
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitArgsForCall(i int) (error, map[string]string, []raven.Interface)
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitCallCount() int
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitCalls(stub func(error, map[string]string, ...raven.Interface) string)
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitReturns(result1 string)
- func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitReturnsOnCall(i int, result1 string)
- func (fake *HasCaptureErrorAndWait) Invocations() map[string][][]interface{}
- type Runnable
- func (fake *Runnable) Invocations() map[string][][]interface{}
- func (fake *Runnable) Run(arg1 context.Context) error
- func (fake *Runnable) RunArgsForCall(i int) context.Context
- func (fake *Runnable) RunCallCount() int
- func (fake *Runnable) RunCalls(stub func(context.Context) error)
- func (fake *Runnable) RunReturns(result1 error)
- func (fake *Runnable) RunReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasCaptureErrorAndWait ¶
type HasCaptureErrorAndWait struct {
CaptureErrorAndWaitStub func(error, map[string]string, ...raven.Interface) string
// contains filtered or unexported fields
}
func (*HasCaptureErrorAndWait) CaptureErrorAndWait ¶
func (*HasCaptureErrorAndWait) CaptureErrorAndWaitArgsForCall ¶
func (*HasCaptureErrorAndWait) CaptureErrorAndWaitCallCount ¶
func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitCallCount() int
func (*HasCaptureErrorAndWait) CaptureErrorAndWaitCalls ¶
func (*HasCaptureErrorAndWait) CaptureErrorAndWaitReturns ¶
func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitReturns(result1 string)
func (*HasCaptureErrorAndWait) CaptureErrorAndWaitReturnsOnCall ¶
func (fake *HasCaptureErrorAndWait) CaptureErrorAndWaitReturnsOnCall(i int, result1 string)
func (*HasCaptureErrorAndWait) Invocations ¶
func (fake *HasCaptureErrorAndWait) Invocations() map[string][][]interface{}
type Runnable ¶
type Runnable struct {
RunStub func(context.Context) error
// contains filtered or unexported fields
}
func (*Runnable) Invocations ¶
func (*Runnable) RunCallCount ¶
func (*Runnable) RunReturns ¶
func (*Runnable) RunReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.