Package com.hp.lft.sdk
Class EnvironmentFactory
java.lang.Object
com.hp.lft.sdk.EnvironmentFactory
A class for creating a 
DesktopEnvironment instance.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DesktopEnvironmentget(EnvironmentDescription envDescription) Locks and returns a specific environment based on the specified capabilities.
- 
Constructor Details- 
EnvironmentFactorypublic EnvironmentFactory()
 
- 
- 
Method Details- 
getpublic static DesktopEnvironment get(EnvironmentDescription envDescription) throws GeneralLeanFtException Locks and returns a specific environment based on the specified capabilities.- Parameters:
- envDescription- - All of the environment capabilities that the test requires.
- Returns:
- the requested environment.
- Throws:
- GeneralLeanFtException- if the get operation fails.
 
 
-