Uses of Package
com.togethersoft.testing.shared

Packages that use com.togethersoft.testing.shared
com.togethersoft.testing.host 
com.togethersoft.testing.shared 
com.togethersoft.testing.shared.util 
com.togethersoft.testing.testserver 
com.togethersoft.testing.testserver.plugin.visualtest 

Classes in com.togethersoft.testing.shared used by com.togethersoft.testing.host
AssetEvent
          Represents change event provided to notify listeners about changes of host elements.
ISuiteEntry
          Represents an element in test suite - ant target or task
ITask
          Represents a task in test suite - assertion or reference to test step (suite).
ITestAsset
          Represents a test asset - collection of tests, test step or test suite.
ITestAssetFactory
          A factory for new test asset(step/suite).
ITestCollection
          Represents a storage of test assets - a directory on disk
ITestHost
          Interface which provides general services for managing test assets
ITestResultAsset
          Represents file with testing results
ITestStep
          Represents single step of testing - a JUnit test for instance
TestHostAccess
          Provides access to ITestHost
TestHostAccess.ConfigSetter
          
 

Classes in com.togethersoft.testing.shared used by com.togethersoft.testing.shared
AssetCategory
          Provides default implementation of ICategory interface
Comment
          Represents a comment.
ConfigAccess
          Provides access to config.
DetailEvent
          Represents a result detail event
IElementRO
          Base interface for all test elements
IExtension
          Represents an extension in testing framework.
IPlugin
          Represents a plugin in testing framework.
IPluginManager
          Plugin manager provides access to plugins and extensions.
IResult
          Represents a result of a test
IResultDetail
          Provides interface for result description - error or failure
IResultListener
          Listener interface for recieving notifications about test results while tets in being run.
IStepReference
          
ISuiteReference
          
ITaskReference
          
ITestAssetRO
          Represent test element which can be identified by category
PluginManagerAccess
          Provides access to plugin manager.
ServerURL
          Provides convienient way to send commands to test server.
StackTrace
          Represents a stack trace in result.
StdErr
          Represents standard error stream of a test.
StdOut
          Represents standard output stream of a test.
TaskReferenceEvent
          Event class for receving notification of task reference changes.
 

Classes in com.togethersoft.testing.shared used by com.togethersoft.testing.shared.util
ElementUtil
          
 

Classes in com.togethersoft.testing.shared used by com.togethersoft.testing.testserver
IRunnerRegistry
          Interface to test runners.
IServerResultListener
          
ITestRunner
          Interface to test runner, should be implemented by user.
ITestServer
          Provides access to test server services.
ITestServerAsset
          Represents test asset in test server
 

Classes in com.togethersoft.testing.shared used by com.togethersoft.testing.testserver.plugin.visualtest
TestBase