| 488 | // **** Start testing direct remove by key valid **** |
| 489 | C_ATTR(directRemoveValidByKey, :Local :AutoArgs) |
| 490 | void directRemoveValidByKey(Context *c) |
| 491 | { |
| 492 | Memcached::setByKey("remGroup", "rem3", QByteArrayLiteral("Lorem ipsum"), 300); |
| 493 | Memcached::ReturnType rt; |
| 494 | setValidity(c, Memcached::removeByKey("remGroup", "rem3", &rt)); |
| 495 | } |
| 496 | |
| 497 | // **** Start testing direct remove by key invalid **** |
| 498 | C_ATTR(directRemoveInvalidByKey, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected