|
rad 6.2.0
|
Unit tests for the EventQueue class. More...
#include <scxml4cpp/EventQueue.h>#include <scxml4cpp/Event.h>#include <gtest/gtest.h>#include <thread>Classes | |
| class | TestEventQueue |
Functions | |
| void | test_thread_add (scxml4cpp::EventQueue *q, scxml4cpp::Event *e) |
| void | test_thread_remove (scxml4cpp::EventQueue *q) |
| TEST_F (TestEventQueue, ctor) | |
| TEST_F (TestEventQueue, single_threaded_clear) | |
| TEST_F (TestEventQueue, single_threaded_add_del) | |
| TEST_F (TestEventQueue, multi_threaded_add) | |
| TEST_F (TestEventQueue, multi_threaded_del) | |
Unit tests for the EventQueue class.
| TEST_F | ( | TestEventQueue | , |
| ctor | ) |
| TEST_F | ( | TestEventQueue | , |
| multi_threaded_add | ) |
| TEST_F | ( | TestEventQueue | , |
| multi_threaded_del | ) |
| TEST_F | ( | TestEventQueue | , |
| single_threaded_add_del | ) |
| TEST_F | ( | TestEventQueue | , |
| single_threaded_clear | ) |
| void test_thread_add | ( | scxml4cpp::EventQueue * | q, |
| scxml4cpp::Event * | e ) |
| void test_thread_remove | ( | scxml4cpp::EventQueue * | q | ) |