| 74 | ******************************************************************************/ |
| 75 | |
| 76 | TEST_F(NetSegmentSimplifierTest, testEmpty) { |
| 77 | NetSegmentSimplifier obj; |
| 78 | const Result actual = obj.simplify(); |
| 79 | |
| 80 | const Result expected{{}, {}, {}, false}; |
| 81 | EXPECT_EQ(str(expected), str(actual)); |
| 82 | } |
| 83 | |
| 84 | TEST_F(NetSegmentSimplifierTest, testIncrementingIdsAndResetState) { |
| 85 | NetSegmentSimplifier obj; |