|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.nunit.TestEnvironment
Test Environment.
Method Summary | |
static java.lang.Process |
execProcess(java.lang.String command,
java.io.File dir)
Executes the specified command. |
static java.lang.String |
getClassPath()
Returns current class path. |
static java.lang.String |
getJavaCommand()
Returns java command (command that starts JVM). |
static java.lang.String |
getJavaHome()
Returns java home path. |
static java.lang.String |
getLaunchCommand()
Returns JVM launch command. |
static java.lang.String |
getLibraryPath()
Returns library class path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getLaunchCommand()
public static java.lang.String getJavaCommand()
public static java.lang.String getJavaHome()
public static java.lang.String getClassPath()
public static java.lang.String getLibraryPath()
public static java.lang.Process execProcess(java.lang.String command, java.io.File dir) throws java.io.IOException
command
- the commanddir
- the working directory
java.io.IOException
- on an I/O error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |