36 EXPECT_EQ(manager.
itemPool(),
nullptr);
38 std::shared_ptr<ItemPool> pool(
new ItemPool);
40 EXPECT_EQ(manager.
itemPool(), pool.get());
Testing ItemFactory in the context of SessionModel and unique identifiers of SessionItem.
Manages item creation/registration for SessionModel.
void setItemPool(std::shared_ptr< ItemPool > pool)
const ItemPool * itemPool() const
Provides registration of SessionItem pointers and their unique identifiers in global memory pool.
TEST_F(ItemManagerTest, initialState)
materialitems.h Collection of materials to populate MaterialModel.