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 reporter.ApplicationReport) error
- func (fake *FakeOutputRenderer) ShowApplicationReportArgsForCall(i int) reporter.ApplicationReport
- func (fake *FakeOutputRenderer) ShowApplicationReportCallCount() int
- func (fake *FakeOutputRenderer) ShowApplicationReportCalls(stub func(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 reporter.OEIReport) error
- func (fake *FakeOverEntitlementInstancesRenderer) RenderArgsForCall(i int) reporter.OEIReport
- func (fake *FakeOverEntitlementInstancesRenderer) RenderCallCount() int
- func (fake *FakeOverEntitlementInstancesRenderer) RenderCalls(stub func(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() (reporter.OEIReport, error)
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount() int
- func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls(stub func() (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 string) (reporter.ApplicationReport, error)
- func (fake *FakeReporter) CreateApplicationReportArgsForCall(i int) string
- func (fake *FakeReporter) CreateApplicationReportCallCount() int
- func (fake *FakeReporter) CreateApplicationReportCalls(stub func(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(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 reporter.ApplicationReport) error
func (*FakeOutputRenderer) ShowApplicationReportArgsForCall ¶
func (fake *FakeOutputRenderer) ShowApplicationReportArgsForCall(i int) reporter.ApplicationReport
func (*FakeOutputRenderer) ShowApplicationReportCallCount ¶
func (fake *FakeOutputRenderer) ShowApplicationReportCallCount() int
func (*FakeOutputRenderer) ShowApplicationReportCalls ¶
func (fake *FakeOutputRenderer) ShowApplicationReportCalls(stub func(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(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 reporter.OEIReport) error
func (*FakeOverEntitlementInstancesRenderer) RenderArgsForCall ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderArgsForCall(i int) reporter.OEIReport
func (*FakeOverEntitlementInstancesRenderer) RenderCallCount ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderCallCount() int
func (*FakeOverEntitlementInstancesRenderer) RenderCalls ¶
func (fake *FakeOverEntitlementInstancesRenderer) RenderCalls(stub func(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() (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() (reporter.OEIReport, error)
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCallCount() int
func (*FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls ¶
func (fake *FakeOverEntitlementInstancesReporter) OverEntitlementInstancesCalls(stub func() (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(string) (reporter.ApplicationReport, error)
// contains filtered or unexported fields
}
func (*FakeReporter) CreateApplicationReport ¶
func (fake *FakeReporter) CreateApplicationReport(arg1 string) (reporter.ApplicationReport, error)
func (*FakeReporter) CreateApplicationReportArgsForCall ¶
func (fake *FakeReporter) CreateApplicationReportArgsForCall(i int) string
func (*FakeReporter) CreateApplicationReportCallCount ¶
func (fake *FakeReporter) CreateApplicationReportCallCount() int
func (*FakeReporter) CreateApplicationReportCalls ¶
func (fake *FakeReporter) CreateApplicationReportCalls(stub func(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.