|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Unit tests for the callbacks example. More...
Functions | |
| int | main () |
Unit tests for the callbacks example.
This file contains unit tests for the Event class declared in callbacks.hpp. The tests verify that:
Basic assertions are used to validate functionality.
| int main | ( | ) |