| 38 | namespace { |
| 39 | |
| 40 | TEST(ReconstructionManager, Empty) { |
| 41 | ReconstructionManager reconstruction_manager; |
| 42 | EXPECT_EQ(reconstruction_manager.Size(), 0); |
| 43 | } |
| 44 | |
| 45 | TEST(ReconstructionManager, AddGet) { |
| 46 | ReconstructionManager reconstruction_manager; |
nothing calls this directly
no test coverage detected