Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeAppFactory
- func (fake *FakeAppFactory) Get(arg1 string) (app.App, error)
- func (fake *FakeAppFactory) GetArgsForCall(i int) string
- func (fake *FakeAppFactory) GetCallCount() int
- func (fake *FakeAppFactory) GetReturns(result1 app.App, result2 error)
- func (fake *FakeAppFactory) SetBool(anApp app.App, key string, value bool) error
- func (fake *FakeAppFactory) SetBoolArgsForCall(i int) (app.App, string, bool)
- func (fake *FakeAppFactory) SetBoolCallCount() int
- func (fake *FakeAppFactory) SetBoolReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppFactory ¶
type FakeAppFactory struct { GetStub func(string) (app.App, error) SetBoolStub func(anApp app.App, key string, value bool) error // contains filtered or unexported fields }
func (*FakeAppFactory) GetArgsForCall ¶
func (fake *FakeAppFactory) GetArgsForCall(i int) string
func (*FakeAppFactory) GetCallCount ¶
func (fake *FakeAppFactory) GetCallCount() int
func (*FakeAppFactory) GetReturns ¶
func (fake *FakeAppFactory) GetReturns(result1 app.App, result2 error)
func (*FakeAppFactory) SetBoolArgsForCall ¶
func (*FakeAppFactory) SetBoolCallCount ¶
func (fake *FakeAppFactory) SetBoolCallCount() int
func (*FakeAppFactory) SetBoolReturns ¶
func (fake *FakeAppFactory) SetBoolReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.