| 96 | // NOLINTBEGIN(readability-magic-numbers) |
| 97 | |
| 98 | TEST_F(ComplexGeoDataTest, getIndexedNameNoName) // NOLINT |
| 99 | { |
| 100 | // Arrange & Act |
| 101 | auto result = cgd().getIndexedName(Data::MappedName()); |
| 102 | |
| 103 | // Assert |
| 104 | EXPECT_FALSE(result); |
| 105 | } |
| 106 | |
| 107 | TEST_F(ComplexGeoDataTest, getIndexedNameNoElementMap) // NOLINT |
| 108 | { |
nothing calls this directly
no test coverage detected