Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeOutputRenderer
- func (fake *FakeOutputRenderer) Invocations() map[string][][]interface{}
- func (fake *FakeOutputRenderer) ShowApplicationReport(arg1 lager.Logger, arg2 reporter.ApplicationReport) error
- func (fake *FakeOutputRenderer) ShowApplicationReportArgsForCall(i int) (lager.Logger, reporter.ApplicationReport)
- func (fake *FakeOutputRenderer) ShowApplicationReportCallCount() int
- func (fake *FakeOutputRenderer) ShowApplicationReportCalls(stub func(lager.Logger, reporter.ApplicationReport) error)
- func (fake *FakeOutputRenderer) ShowApplicationReportReturns(result1 error)
- func (fake *FakeOutputRenderer) ShowApplicationReportReturnsOnCall(i int, result1 error)
- type FakeOverEntitlementInstancesRenderer
- func (fake *FakeOverEntitlementInstancesRenderer) Invocations() map[string][][]interface{}
- func (fake *FakeOverEntitlementInstancesRenderer) Render(arg1 lager.Logger, arg2 reporter.OEIReport) error
- func (fake *FakeOverEntitlementInstancesRenderer) RenderArgsForCall(i int) (lager.Logger, reporter.OEIReport)
- func (fake *FakeOverEntitlementInstancesRenderer) RenderCallCount() int
- func (fake *FakeOverEntitlementInstancesRenderer) RenderCalls(stub func(lager.Logger, reporter.OEIReport) error)
- func (fake *FakeOverEntitlementInstancesRenderer) RenderReturns(result1 error)
- func (fake *FakeOverEntitlementInstancesRenderer) RenderReturnsOnCall(i int, result1 error)
- type FakeOverEntitlementInstancesReporter
- func (fake *FakeOverEntitlementInstancesReporter) Invocations() map[string][][]interface{}
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstances(arg1 lager.Logger) (reporter.OEIReport, error)
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesArgsForCall(i int) lager.Logger
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount() int
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls(stub func(lager.Logger) (reporter.OEIReport, error))
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturns(result1 reporter.OEIReport, result2 error)
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturnsOnCall(i int, result1 reporter.OEIReport, result2 error)
- type FakeReporter
- func (fake *FakeReporter) CreateApplicationReport(arg1 lager.Logger, arg2 string) (reporter.ApplicationReport, error)
- func (fake *FakeReporter) CreateApplicationReportArgsForCall(i int) (lager.Logger, string)
- func (fake *FakeReporter) CreateApplicationReportCallCount() int
- func (fake *FakeReporter) CreateApplicationReportCalls(stub func(lager.Logger, string) (reporter.ApplicationReport, error))
- func (fake *FakeReporter) CreateApplicationReportReturns(result1 reporter.ApplicationReport, result2 error)
- func (fake *FakeReporter) CreateApplicationReportReturnsOnCall(i int, result1 reporter.ApplicationReport, result2 error)
- func (fake *FakeReporter) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOutputRenderer ¶
type FakeOutputRenderer struct { ShowApplicationReportStub func(lager.Logger, reporter.ApplicationReport) error // contains filtered or unexported fields }
func (*FakeOutputRenderer) Invocations ¶
func (fake *FakeOutputRenderer) Invocations() map[string][][]interface{}
func (*FakeOutputRenderer) ShowApplicationReport ¶
func (fake *FakeOutputRenderer) ShowApplicationReport(arg1 lager.Logger, arg2 reporter.ApplicationReport) error
func (*FakeOutputRenderer) ShowApplicationReportArgsForCall ¶
func (fake *FakeOutputRenderer) ShowApplicationReportArgsForCall(i int) (lager.Logger, reporter.ApplicationReport)
func (*FakeOutputRenderer) ShowApplicationReportCallCount ¶
func (fake *FakeOutputRenderer) ShowApplicationReportCallCount() int
func (*FakeOutputRenderer) ShowApplicationReportCalls ¶
func (fake *FakeOutputRenderer) ShowApplicationReportCalls(stub func(lager.Logger, reporter.ApplicationReport) error)
func (*FakeOutputRenderer) ShowApplicationReportReturns ¶
func (fake *FakeOutputRenderer) ShowApplicationReportReturns(result1 error)
func (*FakeOutputRenderer) ShowApplicationReportReturnsOnCall ¶
func (fake *FakeOutputRenderer) ShowApplicationReportReturnsOnCall(i int, result1 error)
type FakeOverEntitlementInstancesRenderer ¶
type FakeOverEntitlementInstancesRenderer struct { RenderStub func(lager.Logger, reporter.OEIReport) error // contains filtered or unexported fields }
func (*FakeOverEntitlementInstancesRenderer) Invocations ¶
func (fake *FakeOverEntitlementInstancesRenderer) Invocations() map[string][][]interface{}
func (*FakeOverEntitlementInstancesRenderer) Render ¶
func (fake *FakeOverEntitlementInstancesRenderer) Render(arg1 lager.Logger, arg2 reporter.OEIReport) error
func (*FakeOverEntitlementInstancesRenderer) RenderArgsForCall ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderArgsForCall(i int) (lager.Logger, reporter.OEIReport)
func (*FakeOverEntitlementInstancesRenderer) RenderCallCount ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderCallCount() int
func (*FakeOverEntitlementInstancesRenderer) RenderCalls ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderCalls(stub func(lager.Logger, reporter.OEIReport) error)
func (*FakeOverEntitlementInstancesRenderer) RenderReturns ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderReturns(result1 error)
func (*FakeOverEntitlementInstancesRenderer) RenderReturnsOnCall ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderReturnsOnCall(i int, result1 error)
type FakeOverEntitlementInstancesReporter ¶
type FakeOverEntitlementInstancesReporter struct { OverEntitlementInstancesStub func(lager.Logger) (reporter.OEIReport, error) // contains filtered or unexported fields }
func (*FakeOverEntitlementInstancesReporter) Invocations ¶
func (fake *FakeOverEntitlementInstancesReporter) Invocations() map[string][][]interface{}
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstances ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstances(arg1 lager.Logger) (reporter.OEIReport, error)
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesArgsForCall ¶ added in v0.0.2
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesArgsForCall(i int) lager.Logger
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount() int
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls(stub func(lager.Logger) (reporter.OEIReport, error))
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturns ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturns(result1 reporter.OEIReport, result2 error)
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturnsOnCall ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesReturnsOnCall(i int, result1 reporter.OEIReport, result2 error)
type FakeReporter ¶
type FakeReporter struct { CreateApplicationReportStub func(lager.Logger, string) (reporter.ApplicationReport, error) // contains filtered or unexported fields }
func (*FakeReporter) CreateApplicationReport ¶
func (fake *FakeReporter) CreateApplicationReport(arg1 lager.Logger, arg2 string) (reporter.ApplicationReport, error)
func (*FakeReporter) CreateApplicationReportArgsForCall ¶
func (fake *FakeReporter) CreateApplicationReportArgsForCall(i int) (lager.Logger, string)
func (*FakeReporter) CreateApplicationReportCallCount ¶
func (fake *FakeReporter) CreateApplicationReportCallCount() int
func (*FakeReporter) CreateApplicationReportCalls ¶
func (fake *FakeReporter) CreateApplicationReportCalls(stub func(lager.Logger, string) (reporter.ApplicationReport, error))
func (*FakeReporter) CreateApplicationReportReturns ¶
func (fake *FakeReporter) CreateApplicationReportReturns(result1 reporter.ApplicationReport, result2 error)
func (*FakeReporter) CreateApplicationReportReturnsOnCall ¶
func (fake *FakeReporter) CreateApplicationReportReturnsOnCall(i int, result1 reporter.ApplicationReport, result2 error)
func (*FakeReporter) Invocations ¶
func (fake *FakeReporter) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.