Package | Description |
---|---|
com.sun.javatest |
This package provides facilities for reading, executing
and monitoring tests.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
TestResultTable.elements(java.io.File[] tests,
TestFilter[] filters)
Same as getIterator() with the same args.
|
TestResultTable.TreeIterator |
TestResultTable.getIterator(java.io.File[] tests,
TestFilter[] filters)
Get an iterator capable of producing a filtered view of the test suite.
|
boolean |
TestResultTable.prune() |
boolean |
TestResultTable.prune(TestResultTable.TreeNode node) |
boolean |
TestResultTable.refreshIfNeeded(java.lang.String test)
Refresh a test if the files on disk have been modified since the test was read.
|
boolean |
TestResultTable.refreshIfNeeded(TestResultTable.TreeNode node)
Refresh a folder if the files on disk have been modified since the
folder was read.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.