| 91 | |
| 92 | Y_UNIT_TEST_SUITE(TThreadPoolTest) { |
| 93 | Y_UNIT_TEST(TestTThreadPool) { |
| 94 | TThreadPoolTest t; |
| 95 | TThreadPool q; |
| 96 | t.TestAnyQueue(&q); |
| 97 | } |
| 98 | |
| 99 | Y_UNIT_TEST(TestTThreadPoolBlocking) { |
| 100 | TThreadPoolTest t; |
nothing calls this directly
no test coverage detected