cpputest-for-qpcpp enables host based unit testing of active objects within the QP/C++ framework, using CppUTest.
Category: TDD
What is an Active Object?
What is an active object? This post describes the key elements of this critical design pattern and provides concrete examples.
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.