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 |
---|---|
static Keywords |
Keywords.create(java.lang.String type,
java.lang.String text)
Create a keywords object.
|
static Keywords |
Keywords.create(java.lang.String type,
java.lang.String text,
java.util.Set validKeywords)
Create a keywords object.
|
Keywords |
Parameters.getKeywords()
Get a keywords object which identifies tests to be run according
to their keywords.
|
Keywords |
Parameters.KeywordsParameters.getKeywords()
Get a keywords object which identifies tests to be run according
to their keywords.
|
Keywords |
InterviewParameters.getKeywords() |
Keywords |
KeywordsFilter.getKeywords()
Get the underlying keywords object.
|
Keywords |
BasicParameters.getKeywords() |
Constructor and Description |
---|
KeywordsFilter(Keywords keywords)
Create a filter that filters tests according to a Keywords object.
|
Modifier and Type | Method and Description |
---|---|
Keywords |
KeywordsInterview.getKeywords()
Get a Keywords object based on the information in the interview.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.