The interface is inherited from testing::Test. Registry on Initialize. More...
#include <ObjectPool_test.h>
Protected Member Functions | |
| void | SetUp () override |
| The interface is inherited from testing::Test. Registry on Initialize. | |
| void | TearDown () override |
| The interface is inherited from testing::Test. Call before Destructor. | |
Protected Attributes | |
| std::unique_ptr< Spices::ObjectPool< Object > > | m_ObjectPool |
| ObjectPool. | |
Static Protected Attributes | |
| static constexpr size_t | n = 500000 |
| ObjectPool objects number. | |
The interface is inherited from testing::Test. Registry on Initialize.
Definition at line 34 of file ObjectPool_test.h.