Searched refs:ClassPathTest (Results 1 – 2 of 2) sorted by relevance
60 public class ClassPathTest extends TestCase { class61 private static final Logger log = Logger.getLogger(ClassPathTest.class.getName());66 .addEqualityGroup(classInfo(ClassPathTest.class), classInfo(ClassPathTest.class)) in testEquals()193 new ClassPath.LocationInfo(jarFile, ClassPathTest.class.getClassLoader()) in testScan_classPathCycle()204 ClassLoader loader = ClassPathTest.class.getClassLoader(); in testScanDirectory_symlinkCycle()236 ClassLoader loader = ClassPathTest.class.getClassLoader(); in testScanDirectory_symlinkToRootCycle()256 ClassLoader classLoader = ClassPathTest.class.getClassLoader(); in testScanFromFile_fileNotExists()265 ClassLoader classLoader = ClassPathTest.class.getClassLoader(); in testScanFromFile_notJarFile()388 assertEquals(ClassInfo.class, resourceInfo(ClassPathTest.class).getClass()); in testResourceInfo_of()583 Resources.copy(ClassPathTest.class.getResource(entry), jarOut); in writeSelfReferencingJarFile()[all …]
54 public class ClassPathTest extends TestCase { class55 private static final Logger log = Logger.getLogger(ClassPathTest.class.getName());60 .addEqualityGroup(classInfo(ClassPathTest.class), classInfo(ClassPathTest.class)) in testEquals()187 new ClassPath.LocationInfo(jarFile, ClassPathTest.class.getClassLoader()) in testScan_classPathCycle()197 ClassLoader classLoader = ClassPathTest.class.getClassLoader(); in testScanFromFile_fileNotExists()206 ClassLoader classLoader = ClassPathTest.class.getClassLoader(); in testScanFromFile_notJarFile()329 assertEquals(ClassInfo.class, resourceInfo(ClassPathTest.class).getClass()); in testResourceInfo_of()524 Resources.copy(ClassPathTest.class.getResource(entry), jarOut); in writeSelfReferencingJarFile()554 ClassPath.locationsFrom(ClassPathTest.class.getClassLoader())) { in pickAnyJarFile()