Searched refs:resourceFromJar (Results 1 – 1 of 1) sorted by relevance
139 URL resourceFromJar = testClassLoader.getResource(TEST_RESOURCE_NAME); in testUncachedJarStreamBehavior() local140 JarURLConnection uncachedConnection = (JarURLConnection) resourceFromJar.openConnection(); in testUncachedJarStreamBehavior()154 URL resourceFromJar = testClassLoader.getResource(TEST_RESOURCE_NAME); in testCachedJarStreamBehavior() local155 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() local178 JarURLConnection urlConnection1 = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()181 JarURLConnection urlConnection2 = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()185 JarURLConnection uncachedConnection = (JarURLConnection) resourceFromJar.openConnection(); in testResourceJarFileBehavior()