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
IOExceptionprotected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform) throws Exception
Exceptionprotected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform, boolean ignoreLocalArtifacts) throws Exception
Exceptionprotected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform, File userSettings) throws Exception
Exceptionprotected org.apache.maven.it.Verifier getVerifier(String test, boolean setTargetPlatform, File userSettings, boolean ignoreLocalArtifacts) throws Exception
Exceptionprotected org.apache.maven.it.Verifier getVerifier(String test) throws Exception
Exceptionprotected String getTargetPlatform()
protected String getMavenHome()
protected String getTychoVersion()
protected String toURI(File file) throws IOException
IOExceptionprotected void writeStringToFile(File iniFile, String string) throws IOException
IOExceptionprotected StringBuffer readFileToString(File iniFile) throws IOException
IOExceptionpublic static org.osgi.framework.Version getEclipseVersion()
Copyright © 2008-2018 Eclipse Foundation. All Rights Reserved.