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

Function TEST_F

tests/fileformat/format_factory_tests.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35TEST_F(FileFormatFactoryTests, CreateCoff_istream)
36{
37 std::stringstream stream;
38 stream << std::string(coffBytes.begin(), coffBytes.end());
39 EXPECT_TRUE(dynamic_cast<CoffFormat*>(createFileFormat(stream).get()));
40
41}
42
43TEST_F(FileFormatFactoryTests, CreateCoff_data)
44{

Callers

nothing calls this directly

Calls 6

createFileFormatFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
getMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected