compareUnsortedModuleLists(Arrays.asList("dojo.parser", "dijit.form.Button", "dojox.grid.EnhancedGrid"),
(List<String>) jsonResponse.get("requiredDojoModules"));
assertEquals(Collections.EMPTY_LIST, (List<String>) jsonResponse.get("availableModules"));
assertEquals(Collections.EMPTY_LIST, (List) jsonResponse.get("packages"));
fs.stop();
}
public void testAnalyseWebApplicationFromDirectory(String directoryPath) throws Exception {
FileServer fs = FileServer.spawn(testPort, directoryPath);