fake_app_examiner

package
v0.0.0-...-098adc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL