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

Packages that use IProgressMonitor
com.togethersoft.testing.host 
com.togethersoft.testing.testserver 

Uses of IProgressMonitor in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that return IProgressMonitor
IProgressMonitorITestHost.getProgress()
          Returns handle to test collection ( possibly empty and non existing).
 

Methods in com.togethersoft.testing.host with parameters of type IProgressMonitor
voidITestStep.generate(IProgressMonitor progress)
          To set generation options set apporiate attibutes of test asset
like setAttibute("tested.class" , "com.togethersoft.tested.TestedClass");
or addProperty("tested.class" , "com.togethersoft.tested.TestedClass");
addProperty("tested.class.1" , "com.togethersoft.tested.TestedClass1");
 

Uses of IProgressMonitor in com.togethersoft.testing.testserver
 

Methods in com.togethersoft.testing.testserver with parameters of type IProgressMonitor
voidITestRunner.run(ITestServerAsset asset, IServerResultListener result, IProgressMonitor progress)