|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <atomic>#include <stdexcept>#include <vector>#include <priority_thread_pool_task.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (AllItemsProcessed) | |
| BOOST_AUTO_TEST_CASE (ExceptionPropagates) | |
| BOOST_AUTO_TEST_CASE | ( | AllItemsProcessed | ) |
Definition at line 60 of file test_priority_thread_pool_task.cpp.
References BOOST_AUTO_TEST_CASE(), and BOOST_CHECK_EQUAL().
| BOOST_AUTO_TEST_CASE | ( | ExceptionPropagates | ) |
Definition at line 72 of file test_priority_thread_pool_task.cpp.