Uses of Class
com.sun.javatest.tool.CommandContext.Fault
Packages that use CommandContext.Fault
Package
Description
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of CommandContext.Fault in com.sun.javatest.tool
Methods in com.sun.javatest.tool that throw CommandContext.FaultModifier and TypeMethodDescriptionCommandContext.getConfig()
Get the configuration associated with this object.CommandContext.getInterviewParameters()
Deprecated.Use getConfig().CommandContext.getTestSuite()
Get the test suite associated with this object.CommandContext.getWorkDirectory()
Get the work directory associated with this object.final void
Main.run
(String[] args, CommandContext ctx) A routine to run JT Harness.final void
Main.run
(String[] args, 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
Set the path for the configuration information to be associated with this object.void
CommandContext.setInterviewParameters
(InterviewParameters p) Deprecated.Use setConfig().void
CommandContext.setTestSuite
(TestSuite ts) Set the test suite to be associated with this object.void
CommandContext.setTestSuite
(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
(File path) Set the path for the work directory to be associated with this object.void
CommandContext.setWorkDirectory
(File path, boolean create) Set the path for the work directory to be associated with this object.Constructors in com.sun.javatest.tool with parameters of type CommandContext.FaultModifierConstructorDescriptionCreate a Fault, by wrapping a CommandContext Fault.