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

Method testFormatComment

kdevplatform/language/duchain/tests/test_stringhelpers.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void TestStringHelpers::testFormatComment()
112{
113 QFETCH(QByteArray, input);
114 QFETCH(QByteArray, output);
115
116 QCOMPARE(formatComment(input), output);
117}
118
119void TestStringHelpers::benchFormatComment()
120{

Callers

nothing calls this directly

Calls 1

formatCommentFunction · 0.85

Tested by

no test coverage detected