Uses of Class
com.sun.javatest.exec.FeatureManager
-
Packages that use FeatureManager Package Description com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results. -
-
Uses of FeatureManager in com.sun.javatest.exec
Fields in com.sun.javatest.exec declared as FeatureManager Modifier and Type Field Description protected FeatureManager
ContextManager. featureManager
Methods in com.sun.javatest.exec that return FeatureManager Modifier and Type Method Description FeatureManager
ContextManager. getFeatureManager()
Get feature manager from this ContextManager instance.Methods in com.sun.javatest.exec with parameters of type FeatureManager Modifier and Type Method Description void
ContextManager. setFeatureManager(FeatureManager featureManager)
Set given feature manager for this ContextManager instance.
-