Package | Description |
---|---|
com.sun.javatest.tool |
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
|
Modifier and Type | Method and Description |
---|---|
InterviewParameters |
CommandContext.getConfig()
Get the configuration associated with this object.
|
InterviewParameters |
CommandContext.getInterviewParameters()
Deprecated.
Use getConfig().
|
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.
Use setConfig().
|
void |
CommandContext.setTestSuite(java.io.File path)
Set the path for the test suite to be associated with this object.
|
void |
CommandContext.setTestSuite(TestSuite ts)
Set the test suite 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.
|
void |
CommandContext.setWorkDirectory(WorkDirectory wd)
Set the work directory to be associated with this object.
|
Constructor and Description |
---|
Fault(CommandContext.Fault e)
Create a Fault, by wrapping a CommandContext Fault.
|
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.