forked from phoedos/pmd
Adding JUnit tests for the type resolution facility.
This is just a start - more to come git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4874 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -32,7 +32,6 @@ public class PMDASMClassLoaderTest extends TestCase {
|
||||
Class clazz = cl.loadClass(className);
|
||||
assertNotNull(clazz);
|
||||
Map imports = cl.getImportedClasses(className);
|
||||
System.err.println(imports);
|
||||
assertNotNull(imports);
|
||||
assertEquals(7, imports.size());
|
||||
assertEquals("java.util.Iterator", imports.get("Iterator"));
|
||||
|
Reference in New Issue
Block a user