MCPcopy Create free account
hub / github.com/avast/retdec / TEST_F

Function TEST_F

tests/fileformat/intel_hex_format_tests.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66TEST_F(IntelHexFormatTests_istream, CorrectParsing)
67{
68 EXPECT_EQ(true, parser->isInValidState());
69 EXPECT_EQ(2, parser->getNumberOfSections());
70}
71
72TEST_F(IntelHexFormatTests_istream, CorrectSections)
73{

Callers

nothing calls this directly

Calls 15

getSectionFromAddressMethod · 0.80
getFileLengthMethod · 0.80
getLoadedFileLengthMethod · 0.80
isInValidStateMethod · 0.45
getNumberOfSectionsMethod · 0.45
getEpAddressMethod · 0.45
getOffsetMethod · 0.45
getLoadedSizeMethod · 0.45
getSizeInFileMethod · 0.45
getEpOffsetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected