Uses of Class
com.togethersoft.testing.shared.IConfig

Packages that use IConfig
com.togethersoft.testing.host 
com.togethersoft.testing.shared 
com.togethersoft.testing.testserver 

Uses of IConfig in com.togethersoft.testing.host
 

Fields in com.togethersoft.testing.host declared as IConfig
private static IConfigTestHostAccess.myConfig
          
 

Constructors in com.togethersoft.testing.host with parameters of type IConfig
TestHostAccess.ConfigSetter.ConfigSetter(IConfig config)
          
 

Methods in com.togethersoft.testing.host that return IConfig
static IConfigTestHostAccess.getConfig()
          Returns current config
 

Methods in com.togethersoft.testing.host with parameters of type IConfig
protected voidTestHostAccess.setConfig(IConfig config)
          Sets current config
 

Uses of IConfig in com.togethersoft.testing.shared
 

Fields in com.togethersoft.testing.shared declared as IConfig
private static IConfigConfigAccess.myConfig
          
 

Methods in com.togethersoft.testing.shared that return IConfig
static IConfigConfigAccess.getConfig()
          Returns the current config
 

Methods in com.togethersoft.testing.shared with parameters of type IConfig
protected voidConfigAccess.setConfig(IConfig config)
          Sets the current config
 

Uses of IConfig in com.togethersoft.testing.testserver
 

Methods in com.togethersoft.testing.testserver that return IConfig
IConfigITestServer.getConfig()