InterviewParameters |
CommandContext.getConfig() |
Get the configuration associated with this object.
|
InterviewParameters |
CommandContext.getInterviewParameters() |
Deprecated.
|
TestSuite |
CommandContext.getTestSuite() |
Get the test suite associated with this object.
|
WorkDirectory |
CommandContext.getWorkDirectory() |
Get the work directory associated with this object.
|
void |
Main.run(java.lang.String[] args,
CommandContext ctx) |
A routine to run JT Harness.
|
void |
Main.run(java.lang.String[] args,
java.io.PrintWriter out) |
The main routine to run JT Harness.
|
void |
CommandContext.runCommands() |
Run the set of commands that have been registered with this object.
|
void |
CommandContext.setConfig(java.io.File path) |
Set the path for the configuration information to be associated
with this object.
|
void |
CommandContext.setInterviewParameters(InterviewParameters p) |
Deprecated.
|
void |
CommandContext.setTestSuite(TestSuite ts) |
Set the test suite to be associated with this object.
|
void |
CommandContext.setTestSuite(java.io.File path) |
Set the path for the test suite to be associated with this object.
|
void |
CommandContext.setWorkDirectory(WorkDirectory wd) |
Set the work directory to be associated with this object.
|
void |
CommandContext.setWorkDirectory(java.io.File path) |
Set the path for the work directory to be associated with this object.
|
void |
CommandContext.setWorkDirectory(java.io.File path,
boolean create) |
Set the path for the work directory to be associated with this object.
|