Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBuildTracker ¶
type FakeBuildTracker struct {
TrackStub func()
// contains filtered or unexported fields
}
func (*FakeBuildTracker) Invocations ¶
func (fake *FakeBuildTracker) Invocations() map[string][][]interface{}
func (*FakeBuildTracker) Track ¶
func (fake *FakeBuildTracker) Track()
func (*FakeBuildTracker) TrackCallCount ¶
func (fake *FakeBuildTracker) TrackCallCount() int
type FakeTrackerDB ¶
type FakeTrackerDB struct {
GetAllStartedBuildsStub func() ([]db.Build, error)
// contains filtered or unexported fields
}
func (*FakeTrackerDB) GetAllStartedBuilds ¶
func (fake *FakeTrackerDB) GetAllStartedBuilds() ([]db.Build, error)
func (*FakeTrackerDB) GetAllStartedBuildsCallCount ¶
func (fake *FakeTrackerDB) GetAllStartedBuildsCallCount() int
func (*FakeTrackerDB) GetAllStartedBuildsReturns ¶
func (fake *FakeTrackerDB) GetAllStartedBuildsReturns(result1 []db.Build, result2 error)
func (*FakeTrackerDB) Invocations ¶
func (fake *FakeTrackerDB) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.