gpiofakes

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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) High

func (fake *FakePin) High()

func (*FakePin) HighCallCount

func (fake *FakePin) HighCallCount() int

func (*FakePin) Input

func (fake *FakePin) Input()

func (*FakePin) InputCallCount

func (fake *FakePin) InputCallCount() int

func (*FakePin) Invocations

func (fake *FakePin) Invocations() map[string][][]interface{}

func (*FakePin) Low

func (fake *FakePin) Low()

func (*FakePin) LowCallCount

func (fake *FakePin) LowCallCount() int

func (*FakePin) Output

func (fake *FakePin) Output()

func (*FakePin) OutputCallCount

func (fake *FakePin) OutputCallCount() int

func (*FakePin) Read

func (fake *FakePin) Read() rpio.State

func (*FakePin) ReadCallCount

func (fake *FakePin) ReadCallCount() int

func (*FakePin) ReadReturns

func (fake *FakePin) ReadReturns(result1 rpio.State)

func (*FakePin) ReadReturnsOnCall

func (fake *FakePin) ReadReturnsOnCall(i int, result1 rpio.State)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL