Package org.eclipse.tycho.test.util
Class EnvironmentUtil
java.lang.Object
org.eclipse.tycho.test.util.EnvironmentUtil
Provides system properties and certain properties from the test code build ("outer build"), like
the location of the local Maven repository. For this class to work, the outer build must
configure the maven-properties-plugin to capture the values in a file called
baseTest.properties (see tycho-its/pom.xml for an example).
-
Field Details
-
ECLIPSE_LATEST
- See Also:
-
-
Constructor Details
-
EnvironmentUtil
public EnvironmentUtil()
-
-
Method Details
-
isWindows
public static boolean isWindows() -
isLinux
public static boolean isLinux() -
isFreeBSD
public static boolean isFreeBSD() -
isMac
public static boolean isMac() -
getTargetPlatform
-
getTestSettings
-
getMavenHome
-
getTychoVersion
-
getHttpServerPort
public static int getHttpServerPort() -
getLocalRepo
-