assertTrue( installedFile + " should exist.", installedFile.exists() );
}
public void setUp()
{
fileManager = new TestFileManager( "InstallPluginsMojo.test.", "" );
ARTIFACT_ORG_ECLIPSE_CORE_RUNTIME = createArtifact( "org.eclipse.core", "runtime", "3.2.0-v20060603" );
}