Class TestTab

All Implemented Interfaces:
IPrototypeAttributesLabelProvider, ILaunchConfigurationTab, ILaunchConfigurationTab2

public class TestTab extends AbstractLaunchConfigurationTab
The launch configuration tab for JUnit Plug-in Tests. This tab enhances the JUnitLaunchConfigurationTab to allow for tests to (optionally) run on a non-UI thread.

This class may be instantiated but is not intended to be subclassed.

Since:
3.5
Restriction:
This class is not intended to be subclassed by clients.