Package com.sun.javatest.finder
package com.sun.javatest.finder
Test Finders are used to locate and read test descriptions, which give details about the tests in a test suite. Test descriptions are collections of name-value pairs, and may be represented in any form that can be read by a test finder. Two standard representations are as HTML tables, and as javadoc-style comments within Java source code.
- Since:
- 3.0
-
ClassDescriptionA TestFinder to read a compressed binary file containing the previously "compiled" results of some other test finder.A TestTable is a collection of TestDescriptions.A TestTree represents a tree of test descriptions; the data of the individual descriptions is stored in a test table.A node within the test tree.BinaryTestWriter creates the data file used by BinaryTestFinder.This exception is used to report bad command line arguments.This exception is used to report problems that occur while running.A TestFinder that delegates to different test finders in different areas of the test suite, as described by a special "map" file.This class extract all ASCII characters within a block comments.This class allows a new tag "@expand" which allows a single test description to be expanded into multiple test descriptions using variable substitution.This class extracts all ASCII characters within HTML comments bound by "".This class searches out test descriptions as represented by certain HTML elements in a hierarchy of HTML files.This class extracts all ASCII characters within two of Java's comments: traditional comments (bound by "/*" and "*\/") and documentation comments (bound by "/**" and "*\/").A test finder that reads tests from a delegate, and returns the results in the random order.A test finder that reads tests from a delegate, and returns the results in the reverse order.ShowTests is a utility program to show the tests that are read by a test finder.This exception is used to report bad command line arguments.This exception is used to report problems that occur while running.This class extracts all ASCII characters within standard shell script comments.This class searches out test descriptions found in a file system tree.A test finder decorator that reads tests from a delegate, and returns the results in the reverse/random order.