com.togethersoft.testing.host
Interface ITestProject


public interface ITestProject

Represents a test project - it allows you to specify root directories for your test project and attach listeners to recieve event notifications.


Method Summary
 voidaddAssetListener(IAssetListener l)
          Adds AssetListener to the test project
 voidaddProjectRoot(String rootDirectory)
           
 ITestCollectiongetCollection(String location)
          Deprecated.  
 ITestCollection[]getProjectRoots()
          Returns an array of project roots (test collections)
 voidremoveAssetListener(IAssetListener l)
          Removes given AssetListener from this test project
 voidremoveProjectRoot(String rootDirectory)
          Removes given project root from this test project

Method Detail

addAssetListener

public void addAssetListener(IAssetListener l)
Adds AssetListener to the test project

addProjectRoot

public void addProjectRoot(String rootDirectory)

getCollection

public ITestCollection getCollection(String location)
Deprecated.

getProjectRoots

public ITestCollection[] getProjectRoots()
Returns an array of project roots (test collections)

removeAssetListener

public void removeAssetListener(IAssetListener l)
Removes given AssetListener from this test project

removeProjectRoot

public void removeProjectRoot(String rootDirectory)
Removes given project root from this test project