CppUTest For FreeRTOS implements key FreeRTOS methods, with supporting utilities, enabling host PC based unit testing of well-formed FreeRTOS firmware modules.
Tag: unit testing
Stopping Bugs: Seven Layers of Defense
Preventing software bugs from reaching our customers requires multiple layers of defense. This post explores seven layers of bug prevention.
Unit Testing of Active Objects and State Machines
How do we unit test an active object or state machine? This post explores techniques for successful unit testing of modules driven by state machines.