public abstract class AbstractTychoIntegrationTest extends Object
Constructor and Description |
---|
AbstractTychoIntegrationTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertDirectoryExists(File targetdir,
String pattern) |
protected void |
assertFileDoesNotExist(File targetdir,
String pattern) |
protected void |
assertFileExists(File targetdir,
String pattern) |
protected File |
getBasedir(String test) |
static org.osgi.framework.Version |
getEclipseVersion()
Returns approximate target platform version.
|
protected String |
getMavenHome() |
protected String |
getTargetPlatforn() |
protected String |
getTychoVersion() |
protected org.apache.maven.it.Verifier |
getVerifier(String test) |
protected org.apache.maven.it.Verifier |
getVerifier(String test,
boolean setTargetPlatform) |
protected org.apache.maven.it.Verifier |
getVerifier(String test,
boolean setTargetPlatform,
File userSettings) |
protected StringBuffer |
readFileToString(File iniFile) |
protected String |
toURI(File file) |
protected void |
writeStringToFile(File iniFile,
String string) |
protected File getBasedir(String test) throws IOException
IOException
protected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform) throws Exception
Exception
protected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform, File userSettings) throws Exception
Exception
protected org.apache.maven.it.Verifier getVerifier(String test) throws Exception
Exception
protected String getTargetPlatforn()
protected String getMavenHome()
protected String getTychoVersion()
protected String toURI(File file) throws IOException
IOException
protected void writeStringToFile(File iniFile, String string) throws IOException
IOException
protected StringBuffer readFileToString(File iniFile) throws IOException
IOException
public static org.osgi.framework.Version getEclipseVersion()
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.