Searched refs:cacheTest (Results 1 – 2 of 2) sorted by relevance
104 File cacheTest = new File(context.getCacheDir(), "__test__"); in shouldWriteToCacheDir() local106 assertThat(cacheTest.getPath(), CoreMatchers.containsString("android-cache")); in shouldWriteToCacheDir()110 fos = new FileOutputStream(cacheTest); in shouldWriteToCacheDir()116 assertTrue(cacheTest.exists()); in shouldWriteToCacheDir()122 File cacheTest = new File(context.getExternalCacheDir(), "__test__"); in shouldWriteToExternalCacheDir() local124 assertThat(cacheTest.getPath(), containsString("android-external-cache")); in shouldWriteToExternalCacheDir()128 fos = new FileOutputStream(cacheTest); in shouldWriteToExternalCacheDir()135 assertTrue(cacheTest.exists()); in shouldWriteToExternalCacheDir()
87 File cacheTest = new File(context.getCacheDir(), "__test__"); in shouldWriteToCacheDir() local89 assertThat(cacheTest.getAbsolutePath()) in shouldWriteToCacheDir()93 try (FileOutputStream fos = new FileOutputStream(cacheTest)) { in shouldWriteToCacheDir()96 assertThat(cacheTest).exists(); in shouldWriteToCacheDir()102 File cacheTest = new File(context.getExternalCacheDir(), "__test__"); in shouldWriteToExternalCacheDir() local104 assertThat(cacheTest.getAbsolutePath()) in shouldWriteToExternalCacheDir()108 try (FileOutputStream fos = new FileOutputStream(cacheTest)) { in shouldWriteToExternalCacheDir()112 assertThat(cacheTest).exists(); in shouldWriteToExternalCacheDir()