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

Function TEST_F

tests/common/file_format_tests.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23TEST_F(FileFormatTests, DefaultIsUnknown)
24{
25 EXPECT_TRUE( ff.isUnknown() );
26 EXPECT_FALSE( ff.isKnown() );
27 EXPECT_FALSE( ff.is32bit() );
28 EXPECT_FALSE( ff.is64bit() );
29}
30
31TEST_F(FileFormatTests, TestSetGetName)
32{

Callers

nothing calls this directly

Calls 15

is32bitMethod · 0.80
is64bitMethod · 0.80
isElf32Method · 0.80
isElf64Method · 0.80
isPe32Method · 0.80
isPe64Method · 0.80
getFileClassBitsMethod · 0.80
setIs32bitMethod · 0.80
setIs64bitMethod · 0.80
isUnknownMethod · 0.45
isKnownMethod · 0.45
setNameMethod · 0.45

Tested by

no test coverage detected