Searched refs:test1 (Results 1 - 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DInputStreamTest.java27 public void test1() throws IOException { method in class:InputStreamTest
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebData.java30 public final static byte[] test1 = utfBytes(); field in class:Support_TestWebData
60 test1,
69 new Support_TestWebData(test1.length, 14000000, "test1", "text/html", false, 0),
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLClassLoaderTest.java82 File test1 = new File(tmp + "test0");
83 test1.deleteOnExit();
84 FileOutputStream out = new FileOutputStream(test1);
206 URL res = ucl.findResource("test1");
210 assertEquals("Returned incorrect resource", new String(Support_TestWebData.test1),
246 assertNotNull("Couldn't find resource from web", urlLoader.findResource("test1"));
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java227 url = new URL("http://localhost:" + port + "/test1");
445 assertEquals(Support_TestWebData.test1.length, uc.getContentLength());

Completed in 280 milliseconds