- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getClassPathEntries (0.66 sec)
-
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
URLClassLoader child = new URLClassLoader(new URL[] {url}, parent) {}; assertThat(ClassPath.getClassPathEntries(child)).containsExactly(new File("/a"), parent); } @AndroidIncompatible // Android forbids null parent ClassLoader public void testClassPathEntries_notURLClassLoader_noParent() { assertThat(ClassPath.getClassPathEntries(new ClassLoader(null) {})).isEmpty(); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 21:00:51 UTC 2025 - 23K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/ClassPathTest.java
URLClassLoader child = new URLClassLoader(new URL[] {url}, parent) {}; assertThat(ClassPath.getClassPathEntries(child)).containsExactly(new File("/a"), parent); } @AndroidIncompatible // Android forbids null parent ClassLoader public void testClassPathEntries_notURLClassLoader_noParent() { assertThat(ClassPath.getClassPathEntries(new ClassLoader(null) {})).isEmpty(); }
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 21:00:51 UTC 2025 - 25.7K bytes - Viewed (0)