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

Function TEST_F

tests/utils/container_tests.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38TEST_F(ContainerTests,
39HasItemForList) {
40 std::list<int> container;
41 for (int i = 1; i <= 10; ++i) {
42 container.push_back(i);
43 }
44
45 SCOPED_TRACE("HasItemForList");
46 refHasItemTestCheckWhetherContainerContainsNumbers(container);
47}
48
49TEST_F(ContainerTests,
50HasItemForVector) {

Callers

nothing calls this directly

Calls 15

removeItemFunction · 0.85
filterFunction · 0.85
removeFromSetFunction · 0.85
shareSomeItemFunction · 0.85
getKeysFromMapFunction · 0.85
getValuesFromMapFunction · 0.85
mapHasKeyFunction · 0.85
mapHasValueFunction · 0.85
mapGetValueOrDefaultFunction · 0.85

Tested by

no test coverage detected