Uses of Interface
com.sun.javatest.exec.SessionExt
-
Packages that use SessionExt 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 SessionExt in com.sun.javatest.exec
Classes in com.sun.javatest.exec that implement SessionExt Modifier and Type Class Description class
BasicSession
The very classic implementation of Session that encapsulates the WorkDirectory instance and InterviewParameters instance.Fields in com.sun.javatest.exec declared as SessionExt Modifier and Type Field Description protected SessionExt
BasicSessionControl. session
Methods in com.sun.javatest.exec that return SessionExt Modifier and Type Method Description protected SessionExt
BasicSessionControl. createEmptySession()
Creates an empty configuration for the test suite.
-