Uses of Class
com.togethersoft.testing.host.ITestResultAsset

Packages that use ITestResultAsset
com.togethersoft.testing.host 

Uses of ITestResultAsset in com.togethersoft.testing.host
 

Methods in com.togethersoft.testing.host that return ITestResultAsset
ITestResultAssetITestHost.createTestResult(String name)
          Create test result.
 

Methods in com.togethersoft.testing.host with parameters of type ITestResultAsset
booleanITestHost.run(ITestAsset asset, ITestResultAsset result)
          
booleanITestHost.runSuite(ITestSuite suite, ITestResultAsset result, String[] target)