MCPcopy Create free account
hub / github.com/KDE/kdevelop / verify

Method verify

kdevplatform/util/tests/test_embeddedfreetree.cpp:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void verify()
312 {
313 QVERIFY(realSet == set.toSet());
314 set.verify();
315 }
316
317private:
318 std::set<uint> realSet;

Callers 3

addMethod · 0.45
randomizedTestMethod · 0.45
sequentialTestMethod · 0.45

Calls 1

toSetMethod · 0.80

Tested by

no test coverage detected