public void testgetJsdocForApp() throws Exception
{
File temporarySdk = FileUtility.createTemporarySdkInstall(new File(MORE_APPS_PATH));
setupService(temporarySdk);
App app1 = ThreadSafeStaticBRJSAccessor.root.userApp("app1");
File indexFile = new File(app1.storageDir("jsdoc"), "output/index.html");
assertFalse(indexFile.exists());
app1.create();
service.getJsdocForApp("app1");