pauljriley / mock_arduino

A Google Mock stub for the Arduino development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-arduino

This is a Mock stub library, written in Google Mock, for unit testing code written in C++ on the Arduino platform.

Coverage

Currently this library covers the following classes:

  • Print
  • Stream
  • HardwareSerial

About

A Google Mock stub for the Arduino development environment

License:MIT License


Languages

Language:C 60.1%Language:C++ 20.2%Language:Ruby 19.6%