| 64 | }; |
| 65 | |
| 66 | TEST_F(IntelHexFormatTests_istream, CorrectParsing) |
| 67 | { |
| 68 | EXPECT_EQ(true, parser->isInValidState()); |
| 69 | EXPECT_EQ(2, parser->getNumberOfSections()); |
| 70 | } |
| 71 | |
| 72 | TEST_F(IntelHexFormatTests_istream, CorrectSections) |
| 73 | { |
nothing calls this directly
no test coverage detected