Searched refs:temporaryFolder (Results 1 - 20 of 20) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
H A DCachedDependencyResolverFileCacheTest.java27 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:CachedDependencyResolverFileCacheTest
31 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000);
40 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000);
53 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000);
62 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000);
75 Cache cache = new CachedDependencyResolver.FileCache(temporaryFolder.getRoot(), 1000);
87 File dir = temporaryFolder.getRoot();
101 File dir = temporaryFolder.getRoot();
H A DPropertiesDependencyResolverTest.java25 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:PropertiesDependencyResolverTest
48 assertThat(url).isEqualTo(new URL("file://" + temporaryFolder.getRoot() + "/path/1"));
80 File file = temporaryFolder.newFile("file.properties");
H A DCachedDependencyResolverTest.java28 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:CachedDependencyResolverTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowIoUtilsTest.java18 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ShadowIoUtilsTest
23 File file = temporaryFolder.newFile("test_file.txt");
H A DShadowBitmapRegionDecoderTest.java29 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ShadowBitmapRegionDecoderTest
85 File tempImage = temporaryFolder.newFile();
H A DShadowPackageManagerTest.java105 public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ShadowPackageManagerTest
/external/turbine/javatests/com/google/turbine/main/
H A DMainTest.java48 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:MainTest
52 Path sourcesa = temporaryFolder.newFile("sourcesa.jar").toPath();
57 Path sourcesb = temporaryFolder.newFile("sourcesb.jar").toPath();
62 Path output = temporaryFolder.newFile("output.jar").toPath();
79 Path src = temporaryFolder.newFile("package-info.jar").toPath();
82 Path output = temporaryFolder.newFile("output.jar").toPath();
99 Path srcjar = temporaryFolder.newFile("lib.srcjar").toPath();
105 Path output = temporaryFolder.newFile("output.jar").toPath();
134 Path srcjar = temporaryFolder.newFile("lib.srcjar").toPath();
142 Path src = temporaryFolder
[all...]
/external/turbine/javatests/com/google/turbine/zip/
H A DZipTest.java52 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ZipTest
66 Path path = temporaryFolder.newFile("test.jar").toPath();
79 Path path = temporaryFolder.newFile("test.jar").toPath();
126 Path path = temporaryFolder.newFile("test.jar").toPath();
144 Path path = temporaryFolder.newFile("test.jar").toPath();
155 Path path = temporaryFolder.newFile("test.jar").toPath();
/external/okhttp/okio/okio/src/test/java/okio/
H A DOkioTest.java33 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:OkioTest
36 File file = temporaryFolder.newFile();
50 File file = temporaryFolder.newFile();
70 // Path path = temporaryFolder.newFile().toPath();
/external/turbine/javatests/com/google/turbine/binder/
H A DClassPathBinderTest.java55 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ClassPathBinderTest
126 Path lib = temporaryFolder.newFile("lib.jar").toPath();
127 Path bcp = temporaryFolder.newFile("bcp.jar").toPath();
162 Path lib = temporaryFolder.newFile("NOT_A_JAR").toPath();
H A DBinderTest.java52 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:BinderTest
237 Path libJar = temporaryFolder.newFile("lib.jar").toPath();
/external/turbine/javatests/com/google/turbine/deps/
H A DAbstractTransitiveTest.java59 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:AbstractTransitiveTest
66 lib = temporaryFolder.newFolder().toPath();
149 Path libc = temporaryFolder.newFolder().toPath().resolve("out.jar");
185 Path liba = temporaryFolder.newFolder().toPath().resolve("out.jar");
H A DTransitiveTest.java37 Path out = temporaryFolder.newFolder().toPath().resolve("out.jar");
H A DDependenciesTest.java62 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:DependenciesTest
79 Path lib = temporaryFolder.newFile(path).toPath();
269 Path cdeps = temporaryFolder.newFile("c.jdeps").toPath();
270 Path ddeps = temporaryFolder.newFile("d.jdeps").toPath();
271 Path gdeps = temporaryFolder.newFile("g.jdeps").toPath();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/
H A DParallelUniverseCreateApplicationTest.java29 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:ParallelUniverseCreateApplicationTest
116 File f = temporaryFolder.newFile("whatever.xml");
/external/turbine/javatests/com/google/turbine/lower/
H A DLowerIntegrationTest.java332 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:LowerIntegrationTest
347 Path lib = temporaryFolder.newFile("lib.jar").toPath();
H A DLowerTest.java73 @Rule public final TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:LowerTest
358 Path lib = temporaryFolder.newFile("lib.jar").toPath();
/external/volley/src/test/java/com/android/volley/toolbox/
H A DDiskBasedCacheTest.java73 public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:DiskBasedCacheTest
81 cache = new DiskBasedCache(temporaryFolder.getRoot(), MAX_SIZE);
142 Cache copy = new DiskBasedCache(temporaryFolder.getRoot(), MAX_SIZE);
213 File cacheFolder = temporaryFolder.getRoot();
236 File cacheFolder = temporaryFolder.getRoot();
318 spy(new DiskBasedCache(temporaryFolder.getRoot()));
493 return temporaryFolder.getRoot().listFiles();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/
H A DAndroidManifestTest.java29 @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder(); field in class:AndroidManifestTest
543 File f = temporaryFolder.newFile(fileName);
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...

Completed in 4102 milliseconds