Package com.togethersoft.testing.host

Class Diagram Summary
host 
 

Interface Summary
IAssertionRepresents an assertion task in test suite.
IAssetListenerListener interface for recieving notifications about changes in test assets
IEnvironmentDeprecated.  
IResourceRepresents a resource in file system - directory or file
ISuiteEntryRepresents an element in test suite - ant target or task
ITagNamesDeprecated.  
ITargetRepresents a target in test suite.
ITaskRepresents a task in test suite - assertion or reference to test step (suite).
ITestAssetRepresents a test asset - collection of tests, test step or test suite.
ITestAssetFactoryA factory for new test asset(step/suite).
ITestAssetReferenceRepresents a reference to test step/suite.
ITestCollectionRepresents a storage of test assets - a directory on disk
ITestHostInterface which provides general services for managing test assets
ITestHostListenerDeprecated.  
ITestProjectRepresents a test project - it allows you to specify root directories for your test project and attach listeners to recieve event notifications.
ITestResultAssetRepresents file with testing results
ITestResultListener 
ITestStepRepresents single step of testing - a JUnit test for instance
ITestSuiteRepresents a test suite - Ant makefile .
 

Class Summary
AssetEventRepresents change event provided to notify listeners about changes of host elements.
TaskDefinitionrepresents "taskdef" element in suite (ant project)
TestHostAccessProvides access to ITestHost
TestHostAccess.ConfigSetter 
TestHostExceptionException thrown by test host