Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type BundleKey
- type FakeBundle
- func (s *FakeBundle) Disable() error
- func (s *FakeBundle) Enable() (string, error)
- func (s *FakeBundle) GetInstallPath() (string, error)
- func (s *FakeBundle) Install(sourcePath, pathInBundle string) (string, error)
- func (s *FakeBundle) InstallWithoutContents() (string, error)
- func (s *FakeBundle) IsInstalled() (bool, error)
- func (s *FakeBundle) Uninstall() error
- type FakeBundleCollection
- type FakeBundleInstallCallBack
- type FakeClock
- func (fake *FakeClock) After(arg1 time.Duration) <-chan time.Time
- func (fake *FakeClock) AfterArgsForCall(i int) time.Duration
- func (fake *FakeClock) AfterCallCount() int
- func (fake *FakeClock) AfterCalls(stub func(time.Duration) <-chan time.Time)
- func (fake *FakeClock) AfterReturns(result1 <-chan time.Time)
- func (fake *FakeClock) AfterReturnsOnCall(i int, result1 <-chan time.Time)
- func (fake *FakeClock) Invocations() map[string][][]interface{}
- func (fake *FakeClock) NewTicker(arg1 time.Duration) clock.Ticker
- func (fake *FakeClock) NewTickerArgsForCall(i int) time.Duration
- func (fake *FakeClock) NewTickerCallCount() int
- func (fake *FakeClock) NewTickerCalls(stub func(time.Duration) clock.Ticker)
- func (fake *FakeClock) NewTickerReturns(result1 clock.Ticker)
- func (fake *FakeClock) NewTickerReturnsOnCall(i int, result1 clock.Ticker)
- func (fake *FakeClock) NewTimer(arg1 time.Duration) clock.Timer
- func (fake *FakeClock) NewTimerArgsForCall(i int) time.Duration
- func (fake *FakeClock) NewTimerCallCount() int
- func (fake *FakeClock) NewTimerCalls(stub func(time.Duration) clock.Timer)
- func (fake *FakeClock) NewTimerReturns(result1 clock.Timer)
- func (fake *FakeClock) NewTimerReturnsOnCall(i int, result1 clock.Timer)
- func (fake *FakeClock) Now() time.Time
- func (fake *FakeClock) NowCallCount() int
- func (fake *FakeClock) NowCalls(stub func() time.Time)
- func (fake *FakeClock) NowReturns(result1 time.Time)
- func (fake *FakeClock) NowReturnsOnCall(i int, result1 time.Time)
- func (fake *FakeClock) Since(arg1 time.Time) time.Duration
- func (fake *FakeClock) SinceArgsForCall(i int) time.Time
- func (fake *FakeClock) SinceCallCount() int
- func (fake *FakeClock) SinceCalls(stub func(time.Time) time.Duration)
- func (fake *FakeClock) SinceReturns(result1 time.Duration)
- func (fake *FakeClock) SinceReturnsOnCall(i int, result1 time.Duration)
- func (fake *FakeClock) Sleep(arg1 time.Duration)
- func (fake *FakeClock) SleepArgsForCall(i int) time.Duration
- func (fake *FakeClock) SleepCallCount() int
- func (fake *FakeClock) SleepCalls(stub func(time.Duration))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleKey ¶
func NewBundleKey ¶
func NewBundleKey(definition bc.BundleDefinition) BundleKey
type FakeBundle ¶
type FakeBundle struct { ActionsCalled []string InstallSourcePath string InstallPathInBundle string InstallCallBack FakeBundleInstallCallBack InstallPath string InstallError error Installed bool IsInstalledErr error GetDirPath string GetDirError error EnablePath string EnableError error Enabled bool DisableErr error UninstallErr error }
func NewFakeBundle ¶
func NewFakeBundle() (bundle *FakeBundle)
func (*FakeBundle) Disable ¶
func (s *FakeBundle) Disable() error
func (*FakeBundle) Enable ¶
func (s *FakeBundle) Enable() (string, error)
func (*FakeBundle) GetInstallPath ¶
func (s *FakeBundle) GetInstallPath() (string, error)
func (*FakeBundle) Install ¶
func (s *FakeBundle) Install(sourcePath, pathInBundle string) (string, error)
func (*FakeBundle) InstallWithoutContents ¶
func (s *FakeBundle) InstallWithoutContents() (string, error)
func (*FakeBundle) IsInstalled ¶
func (s *FakeBundle) IsInstalled() (bool, error)
func (*FakeBundle) Uninstall ¶
func (s *FakeBundle) Uninstall() error
type FakeBundleCollection ¶
type FakeBundleCollection struct { ListBundles []bc.Bundle ListErr error GetErr error // contains filtered or unexported fields }
func NewFakeBundleCollection ¶
func NewFakeBundleCollection() *FakeBundleCollection
func (*FakeBundleCollection) FakeGet ¶
func (s *FakeBundleCollection) FakeGet(definition bc.BundleDefinition) *FakeBundle
func (*FakeBundleCollection) Get ¶
func (s *FakeBundleCollection) Get(definition bc.BundleDefinition) (bc.Bundle, error)
type FakeBundleInstallCallBack ¶
type FakeBundleInstallCallBack func()
type FakeClock ¶
type FakeClock struct { AfterStub func(time.Duration) <-chan time.Time NewTickerStub func(time.Duration) clock.Ticker NewTimerStub func(time.Duration) clock.Timer NowStub func() time.Time SinceStub func(time.Time) time.Duration SleepStub func(time.Duration) // contains filtered or unexported fields }
func (*FakeClock) AfterCallCount ¶
func (*FakeClock) AfterCalls ¶
func (*FakeClock) AfterReturns ¶
func (*FakeClock) AfterReturnsOnCall ¶
func (*FakeClock) Invocations ¶
func (*FakeClock) NewTickerArgsForCall ¶
func (*FakeClock) NewTickerCallCount ¶
func (*FakeClock) NewTickerCalls ¶
func (*FakeClock) NewTickerReturns ¶
func (*FakeClock) NewTickerReturnsOnCall ¶
func (*FakeClock) NewTimerArgsForCall ¶
func (*FakeClock) NewTimerCallCount ¶
func (*FakeClock) NewTimerCalls ¶
func (*FakeClock) NewTimerReturns ¶
func (*FakeClock) NewTimerReturnsOnCall ¶
func (*FakeClock) NowCallCount ¶
func (*FakeClock) NowReturns ¶
func (*FakeClock) NowReturnsOnCall ¶
func (*FakeClock) SinceCallCount ¶
func (*FakeClock) SinceCalls ¶
func (*FakeClock) SinceReturns ¶
func (*FakeClock) SinceReturnsOnCall ¶
func (*FakeClock) SleepCallCount ¶
func (*FakeClock) SleepCalls ¶
Click to show internal directories.
Click to hide internal directories.