Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCanRebooter
- func (fake *FakeCanRebooter) CanReboot() (bool, error)
- func (fake *FakeCanRebooter) CanRebootCallCount() int
- func (fake *FakeCanRebooter) CanRebootCalls(stub func() (bool, error))
- func (fake *FakeCanRebooter) CanRebootReturns(result1 bool, result2 error)
- func (fake *FakeCanRebooter) CanRebootReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeCanRebooter) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCanRebooter ¶
type FakeCanRebooter struct { CanRebootStub func() (bool, error) // contains filtered or unexported fields }
func (*FakeCanRebooter) CanReboot ¶
func (fake *FakeCanRebooter) CanReboot() (bool, error)
func (*FakeCanRebooter) CanRebootCallCount ¶
func (fake *FakeCanRebooter) CanRebootCallCount() int
func (*FakeCanRebooter) CanRebootCalls ¶
func (fake *FakeCanRebooter) CanRebootCalls(stub func() (bool, error))
func (*FakeCanRebooter) CanRebootReturns ¶
func (fake *FakeCanRebooter) CanRebootReturns(result1 bool, result2 error)
func (*FakeCanRebooter) CanRebootReturnsOnCall ¶
func (fake *FakeCanRebooter) CanRebootReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeCanRebooter) Invocations ¶
func (fake *FakeCanRebooter) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.