strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Create a Gamepad Mock #104

Open a2aaron opened 7 years ago

a2aaron commented 7 years ago

It can be helpful to use a mock Gamepad when unit testing Teleop functions.

The ContinousRange axes and button Switches would both be settable manually.