| 23 | |
| 24 | class Context1 {}; |
| 25 | class Context2 {}; |
| 26 | |
| 27 | TEST_F(ContextManagerTest, createsValidContextPointers) { |
| 28 | std::weak_ptr<Context1> ctx1 = contextManager.addContext<Context1>(); |
nothing calls this directly
no outgoing calls
no test coverage detected