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

Function TEST_F

tests/loader/segment_data_source_tests.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22class SegmentDataSourceTests : public Test {};
23
24TEST_F(SegmentDataSourceTests,
25DefaultInitializationWorks) {
26 SegmentDataSource dataSource;
27
28 EXPECT_FALSE(dataSource.isDataSet());
29}
30
31TEST_F(SegmentDataSourceTests,
32CustomInitializationWorks) {

Callers

nothing calls this directly

Calls 12

StringRefFunction · 0.85
isDataSetMethod · 0.80
saveDataMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45
getDataSizeMethod · 0.45
getDataMethod · 0.45
resizeMethod · 0.45
shrinkMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
loadDataMethod · 0.45

Tested by

no test coverage detected