|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Unit tests for the EventQueue class. More...
#include "event_queue/event_queue.hpp"#include <cassert>#include <iostream>#include <string>#include <chrono>#include <thread>#include <vector>Functions | |
| int | main () |
Unit tests for the EventQueue class.
This file contains unit tests for the EventQueue class to verify that:
If any assertion fails, the test will abort, indicating an issue with the EventQueue implementation.
| int main | ( | ) |