| 440 | // **** Start testing replace variant list by key invalid **** |
| 441 | C_ATTR(replaceQVariantListInvalidByKey, :Local :AutoArgs) |
| 442 | void replaceQVariantListInvalidByKey(Context *c) |
| 443 | { |
| 444 | const QVariantList list = getTestVariantList(); |
| 445 | Memcached::ReturnType rt; |
| 446 | setValidity(c, |
| 447 | Memcached::replaceByKey( |
| 448 | "replaceGroup", "replace8", list, std::chrono::seconds{5}, &rt)); |
| 449 | } |
| 450 | |
| 451 | // **** Start testing get after replace by key variant list **** |
| 452 | C_ATTR(getAfterReplaceQVariantListByKey, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected