The ThreadPoolFixed_test Definitions. More...
Go to the source code of this file.
Classes | |
| class | SpicesTest::ThreadPoolFuncTest |
| Test Function Class. More... | |
| class | SpicesTest::ThreadPoolFixed_test |
| The interface is inherited from testing::Test. Registy on Initialize. More... | |
Namespaces | |
| namespace | SpicesTest |
Functions | |
| template<typename RType , typename ... Args> | |
| RType | SpicesTest::ThreadPoolTestT (Args &&...args) |
| Template Function. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, Initialize) | |
| Testing if initialize successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitTask_Range_FunctionType) | |
| Testing if submit different type of function successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitTask_ReturnVal) | |
| Testing if submit task get correct blocked result successfully. With profermance test. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitOnePoolTask) | |
| Testing if submit one pool task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitnThreadsPoolTask) | |
| Testing if submit nThreads pool task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, Submit2nThreadsPoolTask) | |
| Testing if submit 2 nThreads pool task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitVeryMuchPoolTask) | |
| Testing if submit very much pool task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitOneThreadTask) | |
| Testing if submit one thread task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitAllThreadTask) | |
| Testing if submit thread task for each successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, Submit2AllThreadTask) | |
| Testing if submit thread task for each twice successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitVeryMuchThreadTask) | |
| Testing if submit very much thread task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, SubmitVeryMuchAnyTask) | |
| Testing if submit very much mixed task successfully. | |
| SpicesTest::TEST_F (ThreadPoolFixed_test, ContinueSuspend) | |
| Testing Continue/Suspend API. | |
The ThreadPoolFixed_test Definitions.
Definition in file ThreadPoolFixed_test.h.