- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for assertInoperable (0.06 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
editor.setString(0, "A") editor.setString(1, "B") editor.commit() editor.assertInoperable() } @Test fun cannotOperateOnEditAfterRevert() { val editor = cache.edit("k1")!! editor.setString(0, "A") editor.setString(1, "B") editor.abort() editor.assertInoperable() } @Test fun explicitRemoveAppliedToDiskImmediately() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 59.4K bytes - Click Count (0)