Uses of Class
com.ibm.team.fvt.tests.config.Config

Packages that use Config
com.ibm.team.fvt.tests.scenario   
com.ibm.team.fvt.tests.web   
 

Uses of Config in com.ibm.team.fvt.tests.scenario
 

Methods in com.ibm.team.fvt.tests.scenario that return Config
 Config ScenarioRun.getConfig()
          Return the scenario configuration to use during the run.
 

Uses of Config in com.ibm.team.fvt.tests.web
 

Methods in com.ibm.team.fvt.tests.web that return Config
 Config WebPage.getConfig()
          Return the configuration associated with the current page.
 

Methods in com.ibm.team.fvt.tests.web with parameters of type Config
static
<P extends WebPage>
P
WebPage.openPage(java.lang.String location, Config config, User user, java.lang.Class<P> pageClass, java.lang.String... data)
          Retrieve the existing page for the given location.
 

Constructors in com.ibm.team.fvt.tests.web with parameters of type Config
LoginPage(java.lang.String url, Config config, User user)
           
WebPage(java.lang.String url, Config config, User user)