Uses of Interface
com.sun.javatest.Parameters.ExcludeListParameters
-
Packages that use Parameters.ExcludeListParameters Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.interview This package provides a configuration interview for legacy test suites which do not provide their own interview, and also provides sub-interviews which may be used to build a custom interview with standard questions for the standard sections. -
-
Uses of Parameters.ExcludeListParameters in com.sun.javatest
Subinterfaces of Parameters.ExcludeListParameters in com.sun.javatest Modifier and Type Interface Description static interfaceParameters.MutableExcludeListParametersAn interface providing abstract access to an exclude list, as defined by a set of files, defining tests to be excluded from the test run.Classes in com.sun.javatest that implement Parameters.ExcludeListParameters Modifier and Type Class Description classBasicParametersA basic implementation of Parameters for all except the EnvParameters subsection.classFileParametersAn implementation of Parameters, using data read from a .jtp file.Methods in com.sun.javatest that return Parameters.ExcludeListParameters Modifier and Type Method Description Parameters.ExcludeListParametersBasicParameters. getExcludeListParameters()Parameters.ExcludeListParametersParameters. getExcludeListParameters()Get an object which provides access to the exclude list which identifies tests or test cases to be excluded from the test run. -
Uses of Parameters.ExcludeListParameters in com.sun.javatest.interview
Classes in com.sun.javatest.interview that implement Parameters.ExcludeListParameters Modifier and Type Class Description classExcludeListInterviewThis interview collects the "exclude list" test filter parameters.Methods in com.sun.javatest.interview that return Parameters.ExcludeListParameters Modifier and Type Method Description Parameters.ExcludeListParametersBasicInterviewParameters. getExcludeListParameters()
-