The interface is inherited from testing::Test. Registy on Initialize. More...
#include <ThreadPoolFixed_test.h>
Protected Member Functions | |
| void | SetUp () override |
| The interface is inherited from testing::Test. Registry on Initialize. | |
| void | TearDown () override |
Protected Attributes | |
| Spices::ThreadPool | m_ThreadPool |
| ThreadPool. | |
| int | nThreads = std::thread::hardware_concurrency() |
| Number of Threads in ThreadPool. | |
The interface is inherited from testing::Test. Registy on Initialize.
Definition at line 64 of file ThreadPoolFixed_test.h.