com.togethersoft.testing.host
Class TestHostAccess


public class TestHostAccess

Provides access to ITestHost


Inner Class Summary
 private classTestHostAccess.ConfigSetter
           

Field Summary
 private static IConfigmyConfig
           
 private static ITestHostmyFwk
           

Method Summary
 static IConfiggetConfig()
          Returns current config
 static ITestHostgetTestHost()
          Returns the test host
 protected voidsetConfig(IConfig config)
          Sets current config
 protected voidsetTestHost(ITestHost fwk)
          Sets current TestHost

Field Detail

myConfig

private static IConfig myConfig

myFwk

private static ITestHost myFwk
Method Detail

getConfig

public static IConfig getConfig()
Returns current config

getTestHost

public static ITestHost getTestHost()
Returns the test host

setConfig

protected void setConfig(IConfig config)
Sets current config

setTestHost

protected void setTestHost(ITestHost fwk)
Sets current TestHost

Association Links

to Class com.togethersoft.testing.host.ITestHost

to Class com.togethersoft.testing.shared.IConfig