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
 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()


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.