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.
|
Modifier and Type | Method and Description |
---|---|
ExcludeList |
InterviewParameters.getExcludeList() |
ExcludeList |
BasicParameters.getExcludeList() |
ExcludeList |
ExcludeListFilter.getExcludeList()
Get the exclude list used to filter out tests for this filter.
|
ExcludeList |
Parameters.getExcludeList()
Get an exclude list which identifies tests or test cases
to be excluded from the test run.
|
ExcludeList |
Parameters.ExcludeListParameters.getExcludeList()
Get an exclude list which identifies tests or test cases
to be excluded from the test run.
|
ExcludeList |
TestRunner.getExcludeList()
Get the exclude list to be used to identify the test cases to be
excluded when running tests.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcludeList.merge(ExcludeList other)
Merge the contents of another exclude list into this one.
|
Constructor and Description |
---|
ExcludeListFilter(ExcludeList t)
Create a test filter that filters out tests that appear in an exclude list.
|
Modifier and Type | Method and Description |
---|---|
ExcludeList |
ExcludeListInterview.getExcludeList()
Get the exclude list generated from the exclude list files in the interview.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.