Package | Description |
---|---|
com.sun.javatest.lib |
This package contains miscellaneous library code
that may be used by tests and frameworks.
|
Modifier and Type | Method and Description |
---|---|
void |
TestCases.exclude(java.lang.String testCaseNames)
Explicitly exclude a set of test cases by name.
|
void |
TestCases.exclude(java.lang.String[] testCaseNames)
Explicitly exclude a set of test cases by name.
|
void |
TestCases.select(java.lang.String testCaseNames)
Explicitly select a set of test cases by name.
|
void |
TestCases.select(java.lang.String[] testCaseNames)
Explicitly select a set of test cases by name.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.