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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getTests()
Get the paths identifying the tests or folders of tests within the test suite to be run.
-
-
-
Method Detail
-
getTests
java.lang.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:
Parameters.getTests()
-
-