Uses of Class
com.sun.javatest.TestFinder.Fault
-
Packages that use TestFinder.Fault Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.finder 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.Fault Modifier and Type Method Description protected voidTestFinder. decodeAllArgs(java.lang.String... args)Perform argument decoding, calling decodeArg for successive args until exhausted.protected intTestFinder. decodeArg(java.lang.String[] args, int i)Decode the arg at a specified position in the arg array.voidTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, TestEnvironment env)Initialize the data required by the finder.voidTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, java.io.File[] tests, TestFilter[] filters, TestEnvironment env)Deprecated.Use one of the other init() methods.protected voidTestFinder. setRoot(java.io.File testSuiteRoot)Set 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.Fault Modifier and Type Method Description protected intBinaryTestFinder. decodeArg(java.lang.String[] args, int i)Decodes any args needed by BinaryTestFinder.protected intChameleonTestFinder. decodeArg(java.lang.String[] args, int i)protected intExpandTestFinder. decodeArg(java.lang.String[] args, int i)protected intHTMLTestFinder. decodeArg(java.lang.String[] args, int i)protected intTagTestFinder. decodeArg(java.lang.String[] args, int i)Decode the arg at a specified position in the arg array.voidBinaryTestFinder. init(java.io.File testSuiteRoot, java.io.File jtdFile)Deprecated.Use init(File, File TestEnvironment) with null args as needed.voidBinaryTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, TestEnvironment env)Initialize a new BinaryTestFinder.voidChameleonTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, TestEnvironment env)Generic initialization routine.voidExpandTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, TestEnvironment env)voidReverseTestFinder. init(java.lang.String[] args, java.io.File testSuiteRoot, TestEnvironment env)Initialize the test finder.voidChameleonTestFinder. readEntries(java.io.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.Fault Constructor Description BinaryTestFinder(java.io.File jtdFile)Deprecated.Use BinaryTestFinder(File testSuiteRoot, File jtdFile) insteadBinaryTestFinder(java.io.File testSuiteRoot, java.io.File jtdFile)Deprecated.Use BinaryTestFinder(File, File, TestEnvironment) with null as the last argument.
-