| 267 | // *** Start testing adding QByteArray by key invalid **** |
| 268 | C_ATTR(addByteArrayInvalidByKey, :Local :AutoArgs) |
| 269 | void addByteArrayInvalidByKey(Context *c) |
| 270 | { |
| 271 | Memcached::ReturnType rt; |
| 272 | setValidity(c, |
| 273 | Memcached::addByKey("addGruop", |
| 274 | "add3", |
| 275 | QByteArrayLiteral("Lorem ipsum"), |
| 276 | std::chrono::seconds{5}, |
| 277 | &rt)); |
| 278 | } |
| 279 | |
| 280 | // *** Start testing get after adding QByteArray by key **** |
| 281 | C_ATTR(getAfterAddByteArrayByKey, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected