Package com.sun.javatest
Interface Parameters.TestsParameters
- All Known Subinterfaces:
Parameters.MutableTestsParameters
- All Known Implementing Classes:
BasicParameters
,FileParameters
,TestsInterview
- Enclosing interface:
Parameters
public static interface Parameters.TestsParameters
An interface providing basic abstract access to the set of paths
defining the tests and folders of tests to be run.
-
Method Summary
-
Method Details
-
getTests
String[] getTests()Get the paths identifying the tests or folders of tests within the test suite to be run.- Returns:
- an array of paths identifying the tests to be run
- See Also:
-