| 153 | }; |
| 154 | |
| 155 | UNIT_CLASS_TEST(TestPlaceProcessor, EmptyTest) |
| 156 | { |
| 157 | std::vector<PlaceWithIDs> expected; |
| 158 | PlaceProcessorTestFixture pp; |
| 159 | Test(pp, expected); |
| 160 | } |
| 161 | |
| 162 | UNIT_CLASS_TEST(TestPlaceProcessor, OnePlacePointTest) |
| 163 | { |
nothing calls this directly
no test coverage detected