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.
|
Modifier and Type | Method and Description |
---|---|
protected TestFinder |
TestSuite.createBinaryTestFinder(java.lang.String finderClassName,
java.lang.String[] finderArgs,
java.io.File testsDir,
java.io.File jtdFile)
In the case where a JTD file is found, attempt to load a binary test finder.
|
protected void |
TestFinder.decodeAllArgs(java.lang.String[] args)
Perform argument decoding, calling decodeArg for successive
args until exhausted.
|
protected int |
TestFinder.decodeArg(java.lang.String[] args,
int i)
Decode the arg at a specified position in the arg array.
|
void |
TestFinder.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. This functionality is no
longer supported. Methods on TestResultTable should yield similar
results.
|
void |
TestFinder.init(java.lang.String[] args,
java.io.File testSuiteRoot,
TestEnvironment env)
Initialize the data required by the finder.
|
protected void |
TestFinder.setRoot(java.io.File testSuiteRoot)
Set the test suite root file or directory.
|
Modifier and Type | Method and Description |
---|---|
protected int |
BinaryTestFinder.decodeArg(java.lang.String[] args,
int i)
Decodes any args needed by BinaryTestFinder.
|
protected int |
ChameleonTestFinder.decodeArg(java.lang.String[] args,
int i) |
protected int |
ExpandTestFinder.decodeArg(java.lang.String[] args,
int i) |
protected int |
TagTestFinder.decodeArg(java.lang.String[] args,
int i)
Decode the arg at a specified position in the arg array.
|
protected int |
HTMLTestFinder.decodeArg(java.lang.String[] args,
int i) |
void |
BinaryTestFinder.init(java.io.File testSuiteRoot,
java.io.File jtdFile)
Deprecated.
Use init(File, File TestEnvironment) with null args as needed.
|
void |
BinaryTestFinder.init(java.lang.String[] args,
java.io.File testSuiteRoot,
TestEnvironment env)
Initialize a new BinaryTestFinder.
|
void |
ChameleonTestFinder.init(java.lang.String[] args,
java.io.File testSuiteRoot,
TestEnvironment env)
Generic initialization routine.
|
void |
ExpandTestFinder.init(java.lang.String[] args,
java.io.File testSuiteRoot,
TestEnvironment env) |
void |
ReverseTestFinder.init(java.lang.String[] args,
java.io.File testSuiteRoot,
TestEnvironment env)
Initialize the test finder.
|
void |
ChameleonTestFinder.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.
|
Constructor and Description |
---|
BinaryTestFinder(java.io.File jtdFile)
Deprecated.
Use BinaryTestFinder(File testSuiteRoot, File jtdFile) instead
|
BinaryTestFinder(java.io.File testSuiteRoot,
java.io.File jtdFile)
Deprecated.
Use BinaryTestFinder(File, File, TestEnvironment) with null as
the last argument.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.