Searched defs:testFile (Results 1 – 6 of 6) sorted by relevance
27 public void testFile() throws Exception { in testFile() method in OldAndroidFileTest
46 private File testFile = null; field in PrintStreamTest84 assertFileContents(UNICODE_STRING.getBytes(Charset.defaultCharset()), testFile); in test_Constructor_Ljava_lang_String() local103 assertFileContents(UNICODE_STRING.getBytes(StandardCharsets.UTF_8), testFile); in test_Constructor_Ljava_lang_String_Ljava_lang_String() local110 assertFileContents(UNICODE_STRING.getBytes(StandardCharsets.UTF_16), testFile); in test_Constructor_Ljava_lang_String_Ljava_lang_String() local
2176 File testFile = new File("test.ser"); in test_serialization_self() local
53 public void testFile() throws Exception { in testFile() method in BlockGuardTest
1134 File testFile = createTempFile("test_socket_setSockoptTimeval_invalidFd", ""); in test_socket_setSockoptTimeval_fileFd() local1368 File testFile = createTempFile("test_odirect", ""); in test_odirect() local
443 URL testFile = new URL("file:///pages/index.html"); in testGetProtocol() local