arduino-mock icon indicating copy to clipboard operation
arduino-mock copied to clipboard

A GMock stub library to simulate the arduino envirinment

Results 9 arduino-mock issues
Sort by recently updated
recently updated
newest added

Hey, this is Aaron from Octoblu! The fork of your project we've been using has changed the directory structure a lot (for the worse; we're just standardizing on the arduino-style...

Since v. 1.8.0 Google Mock is a part of Google Test. https://github.com/google/googlemock

The latest release includes a link to https://googlemock.googlecode.com/files/gmock-1.7.0.zip The current version is fixed but the sample will pull the release when invoked. https://github.com/ikeyasu/arduino-gmock-sample/blob/master/test/arduino_mock/CMakeLists.txt Could u create a new release and...

Used your library for off device testing on googlesamples/firebase-arduino and thought I would push some of these changes upstream. Thanks for the work you did so far, made my life...

I have need with several of my libraries to spy on 2 serial at at time, and Arduino has software serial and 2 hardware serial on many boards now. Is...

Presumably under arduinomock/include/arduinomock wed have a versioned folder, arduino1.0 1.5 1.6. Frankly those might need to be complete new repos each and you can pick which to bring in with...

The makefile and associated arduino files are all cc, but Arduino uses .cpp so bringing in cpp files means renaming everything. it would be better to maintain their structure and...

Create Tutorial document