| 76 | }; |
| 77 | |
| 78 | TEST_F(EqualGraphDefTest, Match) { |
| 79 | Input(e_.opts().WithName("A")); |
| 80 | Input(a_.opts().WithName("A")); |
| 81 | EXPECT_TRUE(Match()) << diff_; |
| 82 | } |
| 83 | |
| 84 | TEST_F(EqualGraphDefTest, NoMatch) { |
| 85 | Input(e_.opts().WithName("A")); |
nothing calls this directly
no test coverage detected