| 1130 | } |
| 1131 | |
| 1132 | QUrlQuery TestMemcached::makeKeyValQuery(const QString &key, const QString &val) |
| 1133 | { |
| 1134 | QUrlQuery q; |
| 1135 | q.addQueryItem(u"key"_s, key); |
| 1136 | q.addQueryItem(u"val"_s, val); |
| 1137 | return q; |
| 1138 | } |
| 1139 | |
| 1140 | void TestMemcached::testController_data() |
| 1141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected