Searched refs:testFile (Results 1 – 5 of 5) sorted by relevance
27 public void testFile() throws Exception { in testFile() method in OldAndroidFileTest
38 private File testFile = null; field in PrintStreamTest660 testFile = File.createTempFile("test", null); in setUp()661 testFilePath = testFile.getAbsolutePath(); in setUp()666 testFile.delete(); in tearDown()667 testFile = null; in tearDown()
2176 File testFile = new File("test.ser"); in test_serialization_self() local2177 SerializationTest.verifySelf(testFile); in test_serialization_self()
47 public void testFile() throws Exception { in testFile() method in BlockGuardTest
443 URL testFile = new URL("file:///pages/index.html"); in testGetProtocol() local449 assertTrue("file".equalsIgnoreCase(testFile.getProtocol())); in testGetProtocol()