Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeScriptExecutor ¶
type FakeScriptExecutor struct { ExecuteStub func() error // contains filtered or unexported fields }
func (*FakeScriptExecutor) Execute ¶
func (fake *FakeScriptExecutor) Execute() error
func (*FakeScriptExecutor) ExecuteCallCount ¶
func (fake *FakeScriptExecutor) ExecuteCallCount() int
func (*FakeScriptExecutor) ExecuteReturns ¶
func (fake *FakeScriptExecutor) ExecuteReturns(result1 error)
func (*FakeScriptExecutor) Invocations ¶
func (fake *FakeScriptExecutor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.