Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeMetrics
- func (fake *FakeMetrics) BackingStores() int
- func (fake *FakeMetrics) BackingStoresCallCount() int
- func (fake *FakeMetrics) BackingStoresReturns(result1 int)
- func (fake *FakeMetrics) DepotDirs() int
- func (fake *FakeMetrics) DepotDirsCallCount() int
- func (fake *FakeMetrics) DepotDirsReturns(result1 int)
- func (fake *FakeMetrics) LoopDevices() int
- func (fake *FakeMetrics) LoopDevicesCallCount() int
- func (fake *FakeMetrics) LoopDevicesReturns(result1 int)
- func (fake *FakeMetrics) NumCPU() int
- func (fake *FakeMetrics) NumCPUCallCount() int
- func (fake *FakeMetrics) NumCPUReturns(result1 int)
- func (fake *FakeMetrics) NumGoroutine() int
- func (fake *FakeMetrics) NumGoroutineCallCount() int
- func (fake *FakeMetrics) NumGoroutineReturns(result1 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMetrics ¶
type FakeMetrics struct { NumCPUStub func() int NumGoroutineStub func() int LoopDevicesStub func() int BackingStoresStub func() int DepotDirsStub func() int // contains filtered or unexported fields }
func (*FakeMetrics) BackingStores ¶
func (fake *FakeMetrics) BackingStores() int
func (*FakeMetrics) BackingStoresCallCount ¶
func (fake *FakeMetrics) BackingStoresCallCount() int
func (*FakeMetrics) BackingStoresReturns ¶
func (fake *FakeMetrics) BackingStoresReturns(result1 int)
func (*FakeMetrics) DepotDirs ¶
func (fake *FakeMetrics) DepotDirs() int
func (*FakeMetrics) DepotDirsCallCount ¶
func (fake *FakeMetrics) DepotDirsCallCount() int
func (*FakeMetrics) DepotDirsReturns ¶
func (fake *FakeMetrics) DepotDirsReturns(result1 int)
func (*FakeMetrics) LoopDevices ¶
func (fake *FakeMetrics) LoopDevices() int
func (*FakeMetrics) LoopDevicesCallCount ¶
func (fake *FakeMetrics) LoopDevicesCallCount() int
func (*FakeMetrics) LoopDevicesReturns ¶
func (fake *FakeMetrics) LoopDevicesReturns(result1 int)
func (*FakeMetrics) NumCPU ¶
func (fake *FakeMetrics) NumCPU() int
func (*FakeMetrics) NumCPUCallCount ¶
func (fake *FakeMetrics) NumCPUCallCount() int
func (*FakeMetrics) NumCPUReturns ¶
func (fake *FakeMetrics) NumCPUReturns(result1 int)
func (*FakeMetrics) NumGoroutine ¶
func (fake *FakeMetrics) NumGoroutine() int
func (*FakeMetrics) NumGoroutineCallCount ¶
func (fake *FakeMetrics) NumGoroutineCallCount() int
func (*FakeMetrics) NumGoroutineReturns ¶
func (fake *FakeMetrics) NumGoroutineReturns(result1 int)
Click to show internal directories.
Click to hide internal directories.