Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeAppExaminer
- func (fake *FakeAppExaminer) AppExists(name string) (bool, error)
- func (fake *FakeAppExaminer) AppExistsArgsForCall(i int) string
- func (fake *FakeAppExaminer) AppExistsCallCount() int
- func (fake *FakeAppExaminer) AppExistsReturns(result1 bool, result2 error)
- 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)
- func (fake *FakeAppExaminer) RunningAppInstancesInfo(name string) (int, bool, error)
- func (fake *FakeAppExaminer) RunningAppInstancesInfoArgsForCall(i int) string
- func (fake *FakeAppExaminer) RunningAppInstancesInfoCallCount() int
- func (fake *FakeAppExaminer) RunningAppInstancesInfoReturns(result1 int, result2 bool, result3 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) AppExistsStub func(name string) (bool, error) RunningAppInstancesInfoStub func(name string) (int, bool, error) // contains filtered or unexported fields }
func (*FakeAppExaminer) AppExists ¶
func (fake *FakeAppExaminer) AppExists(name string) (bool, error)
func (*FakeAppExaminer) AppExistsArgsForCall ¶
func (fake *FakeAppExaminer) AppExistsArgsForCall(i int) string
func (*FakeAppExaminer) AppExistsCallCount ¶
func (fake *FakeAppExaminer) AppExistsCallCount() int
func (*FakeAppExaminer) AppExistsReturns ¶
func (fake *FakeAppExaminer) AppExistsReturns(result1 bool, result2 error)
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)
func (*FakeAppExaminer) RunningAppInstancesInfo ¶
func (fake *FakeAppExaminer) RunningAppInstancesInfo(name string) (int, bool, error)
func (*FakeAppExaminer) RunningAppInstancesInfoArgsForCall ¶
func (fake *FakeAppExaminer) RunningAppInstancesInfoArgsForCall(i int) string
func (*FakeAppExaminer) RunningAppInstancesInfoCallCount ¶
func (fake *FakeAppExaminer) RunningAppInstancesInfoCallCount() int
func (*FakeAppExaminer) RunningAppInstancesInfoReturns ¶
func (fake *FakeAppExaminer) RunningAppInstancesInfoReturns(result1 int, result2 bool, result3 error)
Click to show internal directories.
Click to hide internal directories.