Home
last modified time | relevance | path

Searched refs:resourceFromJar (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassLoaderTest.java139 URL resourceFromJar = testClassLoader.getResource(TEST_RESOURCE_NAME); in testUncachedJarStreamBehavior() local
140 JarURLConnection uncachedConnection = (JarURLConnection) resourceFromJar.openConnection(); in testUncachedJarStreamBehavior()
154 URL resourceFromJar = testClassLoader.getResource(TEST_RESOURCE_NAME); in testCachedJarStreamBehavior() local
155 JarURLConnection cachedConnection1 = (JarURLConnection) resourceFromJar.openConnection(); in testCachedJarStreamBehavior()
158 JarURLConnection cachedConnection2 = (JarURLConnection) resourceFromJar.openConnection(); in testCachedJarStreamBehavior()
177 URL resourceFromJar = testClassLoader.getResource(TEST_RESOURCE_NAME); in testResourceJarFileBehavior() local
178 JarURLConnection urlConnection1 = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()
181 JarURLConnection urlConnection2 = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()
185 JarURLConnection uncachedConnection = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()