Uses of Class
com.sun.javatest.TestFinder.Fault
Packages that use TestFinder.Fault
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
Test Finders are used to locate and read test descriptions,
which give details about the tests in a test suite.
-
Uses of TestFinder.Fault in com.sun.javatest
Methods in com.sun.javatest that throw TestFinder.FaultModifier and TypeMethodDescriptionprotected voidTestFinder.decodeAllArgs(String... args) Perform argument decoding, calling decodeArg for successive args until exhausted.protected intDecode the arg at a specified position in the arg array.voidTestFinder.init(String[] args, File testSuiteRoot, TestEnvironment env) Initialize the data required by the finder.voidTestFinder.init(String[] args, File testSuiteRoot, File[] tests, TestFilter[] filters, TestEnvironment env) Deprecated.Use one of the other init() methods.protected voidSet the test suite root file or directory. -
Uses of TestFinder.Fault in com.sun.javatest.finder
Methods in com.sun.javatest.finder that throw TestFinder.FaultModifier and TypeMethodDescriptionprotected intDecodes any args needed by BinaryTestFinder.protected intprotected intprotected intprotected intDecode the arg at a specified position in the arg array.voidDeprecated.Use init(File, File TestEnvironment) with null args as needed.voidBinaryTestFinder.init(String[] args, File testSuiteRoot, TestEnvironment env) Initialize a new BinaryTestFinder.voidChameleonTestFinder.init(String[] args, File testSuiteRoot, TestEnvironment env) Generic initialization routine.voidExpandTestFinder.init(String[] args, File testSuiteRoot, TestEnvironment env) voidReverseTestFinder.init(String[] args, File testSuiteRoot, TestEnvironment env) Initialize the test finder.voidChameleonTestFinder.readEntries(File file) Read the entries in a file which describe which test finder to use in which part of the test suite.Constructors in com.sun.javatest.finder that throw TestFinder.FaultModifierConstructorDescriptionBinaryTestFinder(File jtdFile) Deprecated.Use BinaryTestFinder(File testSuiteRoot, File jtdFile) insteadBinaryTestFinder(File testSuiteRoot, File jtdFile) Deprecated.Use BinaryTestFinder(File, File, TestEnvironment) with null as the last argument.