Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakePin
- func (fake *FakePin) High()
- func (fake *FakePin) HighCallCount() int
- func (fake *FakePin) Input()
- func (fake *FakePin) InputCallCount() int
- func (fake *FakePin) Invocations() map[string][][]interface{}
- func (fake *FakePin) Low()
- func (fake *FakePin) LowCallCount() int
- func (fake *FakePin) Output()
- func (fake *FakePin) OutputCallCount() int
- func (fake *FakePin) Read() rpio.State
- func (fake *FakePin) ReadCallCount() int
- func (fake *FakePin) ReadReturns(result1 rpio.State)
- func (fake *FakePin) ReadReturnsOnCall(i int, result1 rpio.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePin ¶
type FakePin struct { InputStub func() OutputStub func() HighStub func() LowStub func() ReadStub func() rpio.State // contains filtered or unexported fields }
func (*FakePin) HighCallCount ¶
func (*FakePin) InputCallCount ¶
func (*FakePin) Invocations ¶
func (*FakePin) LowCallCount ¶
func (*FakePin) OutputCallCount ¶
func (*FakePin) ReadCallCount ¶
func (*FakePin) ReadReturns ¶
Click to show internal directories.
Click to hide internal directories.