Uses of Class
com.sun.javatest.lib.TestCases.Fault

Packages that use TestCases.Fault
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
 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, 2010, Oracle and/or its affiliates. All rights reserved.