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 voidMain.run(String[] args, CommandContext ctx) A routine to run JT Harness.final voidMain.run(String[] args, PrintWriter out) The main routine to run JT Harness.voidCommandContext.runCommands()Run the set of commands that have been registered with this object.voidSet the path for the configuration information to be associated with this object.voidCommandContext.setInterviewParameters(InterviewParameters p) Deprecated.Use setConfig().voidCommandContext.setTestSuite(TestSuite ts) Set the test suite to be associated with this object.voidCommandContext.setTestSuite(File path) Set the path for the test suite to be associated with this object.voidCommandContext.setWorkDirectory(WorkDirectory wd) Set the work directory to be associated with this object.voidCommandContext.setWorkDirectory(File path) Set the path for the work directory to be associated with this object.voidCommandContext.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.