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

Method setDiff

kdevplatform/vcs/tests/test_vcsdiff.cpp:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void TestVcsDiff::setDiff(VcsDiff& diff,
27 const QString& diffString,
28 const QUrl& baseDiff,
29 uint depth)
30{
31 diff.setDiff(diffString);
32 diff.setBaseDiff(baseDiff);
33 diff.setDepth(depth);
34}
35
36void TestVcsDiff::compareDiff(const VcsDiff& diff,
37 const QString& diffString,

Callers 6

testFileNamesMethod · 0.45
testSubDiffMethod · 0.45
testConflictsMethod · 0.45
testLineMappingMethod · 0.45
testCopyConstructorMethod · 0.45
testAssignOperatorMethod · 0.45

Calls 2

setBaseDiffMethod · 0.80
setDepthMethod · 0.80

Tested by

no test coverage detected