Uses of Interface
com.sun.javatest.TestResultTable.TreeIterator
Packages that use TestResultTable.TreeIterator
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestResultTable.TreeIterator in com.sun.javatest
Methods in com.sun.javatest that return TestResultTable.TreeIteratorModifier and TypeMethodDescriptionTestResultTable.getIterator()List all the tests in the tree.TestResultTable.getIterator(TestFilter... filters) List all the tests in the tree subject to the given filters.static TestResultTable.TreeIteratorTestResultTable.getIterator(TestResultTable.TreeNode node) List all the tests under this node.static TestResultTable.TreeIteratorTestResultTable.getIterator(TestResultTable.TreeNode node, TestFilter filter) Get an iterator capable of producing a filtered view of the test suite.static TestResultTable.TreeIteratorTestResultTable.getIterator(TestResultTable.TreeNode node, TestFilter... filters) Get an iterator capable of producing a filtered view of the test suite.TestResultTable.getIterator(File[] tests, TestFilter... filters) Get an iterator capable of producing a filtered view of the test suite.TestResultTable.getIterator(String[] paths, TestFilter... filters) Get an iterator capable of producing a filtered view of the test suite.Harness.getTestIterator()Returns test tree iterator containing useful info and stats about the test runMethods in com.sun.javatest with parameters of type TestResultTable.TreeIteratorModifier and TypeMethodDescriptiondefault voidHarness.Observer.finishedTesting(TestResultTable.TreeIterator treeIterator) An enhanced new version offinishedTestingmethod that allows to evaluate givenTestResultTable.TreeIteratorinstance and get any extra info about the finished test run.Harness.getTestsIterator(TestResultTable.TreeIterator iter)