com.togethersoft.testing.host
Interface ITestAssetFactory


public interface ITestAssetFactory

A factory for new test asset(step/suite). It should be implemented by plugin developer.


Method Summary
 ITestAssetROcreateAsset()
          Creates a new test asset.
 ITestAssetROcreateAsset(ITestAssetRO asset, ITestCollection collection)
          Creates a copy of asset in specified test collection

Method Detail

createAsset

public ITestAssetRO createAsset()
Creates a new test asset.

createAsset

public ITestAssetRO createAsset(ITestAssetRO asset, ITestCollection collection)
Creates a copy of asset in specified test collection