Uses of Class
com.sun.javatest.lib.MultiTest.SetupException
Packages that use MultiTest.SetupException
Package
Description
This package contains miscellaneous library code
that may be used by tests and frameworks.
-
Uses of MultiTest.SetupException in com.sun.javatest.lib
Methods in com.sun.javatest.lib that return MultiTest.SetupExceptionModifier and TypeMethodDescriptionstatic MultiTest.SetupException
MultiTest.SetupException.notApplicable
(String msg) Creates SetupException object which indicates that this test is not applicable.Methods in com.sun.javatest.lib that throw MultiTest.SetupExceptionModifier and TypeMethodDescriptionprotected final void
MultiTest.decodeAllArgs
(String[] argv) Parses the arguments passed to the test.protected int
Decode the next argument in the argument array.protected void
MultiTest.getAllTestCases()
Generates a list of all test case methods.protected Method
MultiTest.getTestCase
(String testCase) Creates a test case method using the name of the method.protected void
MultiTest.init()
A setup method called after argument decoding is complete, and before the test cases are executed.