Searched refs:jarEntries (Results 1 – 2 of 2) sorted by relevance
105 List<Class<?>> getClassList(Collection<JarEntry> jarEntries) throws ClassNotFoundException { in getClassList() argument107 for (JarEntry jarEntry : jarEntries) { in getClassList()
103 Collection<JarEntry> jarEntries = getMockJarEntries(); in testGetClassList() local108 List<Class<?>> list = getMockGenerator().getClassList(jarEntries); in testGetClassList()