TPTP 4.4.0 Testing Tools Project
Public API Specification

Package org.eclipse.hyades.test.core.launch.delegates

Provides base launch configuration delegates for TPTP launch configuration types.

See:
          Description

Class Summary
AbstractLaunchConfigurationDelegate2 This class is an abstract LaunchConfigurationDelegate that all TPTP launch configuration delegates extend.
BasicTestComponentLaunchConfigurationDelegate2 This class is the delegate for the TPTP Test Component launch configuration.
BasicTestLaunchConfigurationDelegate2 This class is the delegate for the Test launch configuration.
 

Package org.eclipse.hyades.test.core.launch.delegates Description

Provides base launch configuration delegates for TPTP launch configuration types. These delegates may be extended for defining a new launch configuration type based on an existing TPTP launch configuration type. To do so, define a new launch configuration type, and associate it to a delegate class that extends one the delegates from this package.

Note that extending one of the classes in this package is necessary only if you choose to define your own launch configuration type by extending TPTP launch configuration. The alternate and preferred method is to register your own test types in the TPTP launch configuration by extending the launchconfigLaunchableType extension point.


TPTP 4.4.0 Testing Tools Project
Public API Specification