| 206 | // *** Start testing adding QByteArray invalid **** |
| 207 | C_ATTR(addByteArrayInvalid, :Local :AutoArgs) |
| 208 | void addByteArrayInvalid(Context *c) |
| 209 | { |
| 210 | Memcached::ReturnType rt; |
| 211 | setValidity( |
| 212 | c, |
| 213 | Memcached::add("add1", QByteArrayLiteral("Lorem ipsum"), std::chrono::seconds{5}, &rt)); |
| 214 | } |
| 215 | |
| 216 | // *** Start testing get after adding QByteArray **** |
| 217 | C_ATTR(getAfterAddByteArray, :Local :AutoArgs) |
nothing calls this directly
no outgoing calls
no test coverage detected