Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 637 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 637 Bytes

PlatformIO_gTestgMock

How to set up your PlatformIO project with Google's C++ test framework gTest/gMock to work seamlessly together

About this repository

This repository contains the basic setup for a Hardware Abstraction Layer, enabling Mock classes that can fake a behavior for the unit under test to work on. It also features initial unit tests that both outline how to work with gTest and gMock to check inputs (Matchers) and outputs (behavior) of software units under test.

Tutorial

Please find the detailed tutorial on my page schallbert.github.io.