Assert.assertTrue(done);
Assert.assertTrue(outPearFile.isFile());
// install the output PEAR file and check the results
InstallationController insController = new InstallationController(OUT_PEAR_ID, outPearFile,
_tempWorkingDir);
InstallationDescriptor insDesc = insController.installComponent();
Assert.assertTrue(insDesc != null);
Assert.assertTrue(OUT_PEAR_ID.equals(insDesc.getMainComponentId()));
// verify the installed component
// customize ResourceManager by adding component CLASSPATH
ResourceManager resMngr = UIMAFramework.newDefaultResourceManager();