Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeAppExaminer
- func (fake *FakeAppExaminer) AppStatus(appName string) (app_examiner.AppInfo, error)
- func (fake *FakeAppExaminer) AppStatusArgsForCall(i int) string
- func (fake *FakeAppExaminer) AppStatusCallCount() int
- func (fake *FakeAppExaminer) AppStatusReturns(result1 app_examiner.AppInfo, result2 error)
- func (fake *FakeAppExaminer) ListApps() ([]app_examiner.AppInfo, error)
- func (fake *FakeAppExaminer) ListAppsCallCount() int
- func (fake *FakeAppExaminer) ListAppsReturns(result1 []app_examiner.AppInfo, result2 error)
- func (fake *FakeAppExaminer) ListCells() ([]app_examiner.CellInfo, error)
- func (fake *FakeAppExaminer) ListCellsCallCount() int
- func (fake *FakeAppExaminer) ListCellsReturns(result1 []app_examiner.CellInfo, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppExaminer ¶
type FakeAppExaminer struct { ListAppsStub func() ([]app_examiner.AppInfo, error) ListCellsStub func() ([]app_examiner.CellInfo, error) AppStatusStub func(appName string) (app_examiner.AppInfo, error) // contains filtered or unexported fields }
func (*FakeAppExaminer) AppStatus ¶
func (fake *FakeAppExaminer) AppStatus(appName string) (app_examiner.AppInfo, error)
func (*FakeAppExaminer) AppStatusArgsForCall ¶
func (fake *FakeAppExaminer) AppStatusArgsForCall(i int) string
func (*FakeAppExaminer) AppStatusCallCount ¶
func (fake *FakeAppExaminer) AppStatusCallCount() int
func (*FakeAppExaminer) AppStatusReturns ¶
func (fake *FakeAppExaminer) AppStatusReturns(result1 app_examiner.AppInfo, result2 error)
func (*FakeAppExaminer) ListApps ¶
func (fake *FakeAppExaminer) ListApps() ([]app_examiner.AppInfo, error)
func (*FakeAppExaminer) ListAppsCallCount ¶
func (fake *FakeAppExaminer) ListAppsCallCount() int
func (*FakeAppExaminer) ListAppsReturns ¶
func (fake *FakeAppExaminer) ListAppsReturns(result1 []app_examiner.AppInfo, result2 error)
func (*FakeAppExaminer) ListCells ¶
func (fake *FakeAppExaminer) ListCells() ([]app_examiner.CellInfo, error)
func (*FakeAppExaminer) ListCellsCallCount ¶
func (fake *FakeAppExaminer) ListCellsCallCount() int
func (*FakeAppExaminer) ListCellsReturns ¶
func (fake *FakeAppExaminer) ListCellsReturns(result1 []app_examiner.CellInfo, result2 error)
Click to show internal directories.
Click to hide internal directories.