Uses of Class
com.sun.javatest.lib.TestCases.Fault
-
Packages that use TestCases.Fault Package Description com.sun.javatest.lib This package contains miscellaneous library code that may be used by tests and frameworks. -
-
Uses of TestCases.Fault in com.sun.javatest.lib
Methods in com.sun.javatest.lib that throw TestCases.Fault Modifier and Type Method 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.
-