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.
|
com.sun.javatest.report |
This package provides API for generating reports about test runs.
|
Modifier and Type | Method and Description |
---|---|
KnownFailuresList |
InterviewParameters.getKnownFailuresList()
Get the combined known failures list.
|
Modifier and Type | Method and Description |
---|---|
void |
KnownFailuresList.merge(KnownFailuresList other)
Merge the contents of another exclude list into this one.
|
Modifier and Type | Method and Description |
---|---|
KnownFailuresList |
KnownFailuresListInterview.getKfl() |
KnownFailuresList |
BasicInterviewParameters.getKnownFailuresList()
Get the combined known failures list - a calculated combination of
all the input KFL files which were specified.
|
Modifier and Type | Field and Description |
---|---|
protected KnownFailuresList |
KflSorter.kfl |
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.