| 109 | } |
| 110 | |
| 111 | void TestStringHelpers::testFormatComment() |
| 112 | { |
| 113 | QFETCH(QByteArray, input); |
| 114 | QFETCH(QByteArray, output); |
| 115 | |
| 116 | QCOMPARE(formatComment(input), output); |
| 117 | } |
| 118 | |
| 119 | void TestStringHelpers::benchFormatComment() |
| 120 | { |
nothing calls this directly
no test coverage detected