Uses of Class
com.sun.javatest.tool.Command.Fault
-
Packages that use Command.Fault Package Description com.sun.javatest.report This package provides API for generating reports about test runs.com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of Command.Fault in com.sun.javatest.report
Methods in com.sun.javatest.report that throw Command.Fault Modifier and Type Method Description booleanReportManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)static voidReportManager. writeReport(java.io.File reportDir, CommandContext ctx) -
Uses of Command.Fault in com.sun.javatest.tool
Methods in com.sun.javatest.tool that throw Command.Fault Modifier and Type Method Description protected InterviewParametersCommand. getConfig(CommandContext ctx)A convenience method to get the configuration from a command context, and rewrapping any exception that might occur.abstract booleanCommandManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)Parse a command (and any arguments it might take).booleanConfigManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)booleanDesktopManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)booleanEnvironmentManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)booleanHttpManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)booleanLogManager. parseCommand(java.lang.String cmd, java.util.ListIterator argIter, CommandContext ctx)abstract voidCommand. run(CommandContext ctx)Execute the work embodied by this command, using the given command context.voidMain. run(java.lang.String[] args, CommandContext ctx)A routine to run JT Harness.voidMain. run(java.lang.String[] args, java.io.PrintWriter out)The main routine to run JT Harness.voidVerboseCommand. run(CommandContext ctx)
-