Uses of Class
com.sun.javatest.tool.Main.Fault
-
Packages that use Main.Fault 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. -
-
Uses of Main.Fault in com.sun.javatest.tool
Methods in com.sun.javatest.tool that throw Main.Fault Modifier and Type Method Description 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.
-