Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBundleLoader
- func (fake *FakeBundleLoader) Invocations() map[string][][]interface{}
- func (fake *FakeBundleLoader) Load(arg1 lager.Logger, arg2 string) (goci.Bndl, error)
- func (fake *FakeBundleLoader) LoadArgsForCall(i int) (lager.Logger, string)
- func (fake *FakeBundleLoader) LoadCallCount() int
- func (fake *FakeBundleLoader) LoadCalls(stub func(lager.Logger, string) (goci.Bndl, error))
- func (fake *FakeBundleLoader) LoadReturns(result1 goci.Bndl, result2 error)
- func (fake *FakeBundleLoader) LoadReturnsOnCall(i int, result1 goci.Bndl, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBundleLoader ¶
type FakeBundleLoader struct { LoadStub func(lager.Logger, string) (goci.Bndl, error) // contains filtered or unexported fields }
func (*FakeBundleLoader) Invocations ¶
func (fake *FakeBundleLoader) Invocations() map[string][][]interface{}
func (*FakeBundleLoader) Load ¶
func (fake *FakeBundleLoader) Load(arg1 lager.Logger, arg2 string) (goci.Bndl, error)
func (*FakeBundleLoader) LoadArgsForCall ¶
func (fake *FakeBundleLoader) LoadArgsForCall(i int) (lager.Logger, string)
func (*FakeBundleLoader) LoadCallCount ¶
func (fake *FakeBundleLoader) LoadCallCount() int
func (*FakeBundleLoader) LoadCalls ¶
func (fake *FakeBundleLoader) LoadCalls(stub func(lager.Logger, string) (goci.Bndl, error))
func (*FakeBundleLoader) LoadReturns ¶
func (fake *FakeBundleLoader) LoadReturns(result1 goci.Bndl, result2 error)
func (*FakeBundleLoader) LoadReturnsOnCall ¶
func (fake *FakeBundleLoader) LoadReturnsOnCall(i int, result1 goci.Bndl, result2 error)
Click to show internal directories.
Click to hide internal directories.