public abstract class AbstractTychoIntegrationTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TestName |
name |
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 |
getTargetPlatform() |
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,
boolean ignoreLocalArtifacts) |
protected org.apache.maven.it.Verifier |
getVerifier(String test,
boolean setTargetPlatform,
File userSettings) |
protected org.apache.maven.it.Verifier |
getVerifier(String test,
boolean setTargetPlatform,
File userSettings,
boolean ignoreLocalArtifacts) |
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, boolean ignoreLocalArtifacts) 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, boolean setTargetPlatform, File userSettings, boolean ignoreLocalArtifacts) throws Exception
Exception
protected org.apache.maven.it.Verifier getVerifier(String test) throws Exception
Exception
protected String getTargetPlatform()
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–2018 Eclipse Foundation. All rights reserved.