Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeMoDiff
- func (fake *FakeMoDiff) Invocations() map[string][][]interface{}
- func (fake *FakeMoDiff) Run(arg1 *modiff.Config) (string, error)
- func (fake *FakeMoDiff) RunArgsForCall(i int) *modiff.Config
- func (fake *FakeMoDiff) RunCallCount() int
- func (fake *FakeMoDiff) RunCalls(stub func(*modiff.Config) (string, error))
- func (fake *FakeMoDiff) RunReturns(result1 string, result2 error)
- func (fake *FakeMoDiff) RunReturnsOnCall(i int, result1 string, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMoDiff ¶ added in v0.3.2
type FakeMoDiff struct { RunStub func(*modiff.Config) (string, error) // contains filtered or unexported fields }
func (*FakeMoDiff) Invocations ¶ added in v0.3.2
func (fake *FakeMoDiff) Invocations() map[string][][]interface{}
func (*FakeMoDiff) Run ¶ added in v0.3.2
func (fake *FakeMoDiff) Run(arg1 *modiff.Config) (string, error)
func (*FakeMoDiff) RunArgsForCall ¶ added in v0.3.2
func (fake *FakeMoDiff) RunArgsForCall(i int) *modiff.Config
func (*FakeMoDiff) RunCallCount ¶ added in v0.3.2
func (fake *FakeMoDiff) RunCallCount() int
func (*FakeMoDiff) RunCalls ¶ added in v0.3.2
func (fake *FakeMoDiff) RunCalls(stub func(*modiff.Config) (string, error))
func (*FakeMoDiff) RunReturns ¶ added in v0.3.2
func (fake *FakeMoDiff) RunReturns(result1 string, result2 error)
func (*FakeMoDiff) RunReturnsOnCall ¶ added in v0.3.2
func (fake *FakeMoDiff) RunReturnsOnCall(i int, result1 string, result2 error)
Click to show internal directories.
Click to hide internal directories.