| 308 | // **** Start testing get after add QVariantList by key **** |
| 309 | C_ATTR(getAfterAddQVariantListByKey, :Local :AutoArgs) |
| 310 | void getAfterAddQVariantListByKey(Context *c) |
| 311 | { |
| 312 | Memcached::ReturnType rt; |
| 313 | const QVariantList l1 = getTestVariantList(); |
| 314 | const QVariantList l2 = Memcached::getByKey<QVariantList>("addGroup", "add4", nullptr, &rt); |
| 315 | setValidity(c, l1 == l2); |
| 316 | } |
| 317 | |
| 318 | // **** Start testing replace byte array valid **** |
| 319 | C_ATTR(replaceByteArrayValid, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected