A Test View Support definition that implements org.eclipse.unittest.launcher.ITestViewSupport.
This is used by the Unit Test view to provide support for test engines.
id - a fully qualified extention point identifier.
This identifier is used to load support for the Unit Test view when some ILaunch is running, and the underlying launch configuration sets attributes UnitTestLaunchConfigurationConstants.ATTR_UNIT_TEST_VIEW_SUPPORT to the given id.
class - a fully qualified class name that implements org.eclipse.unittest.launcher.ITestViewSupport.
This is used by the Unit Test view to provide support for test engines.
The class defines the method that creates a Unit Test Runner Client dedicated to communicate with a test engine and to gather the results of testing as well as a number of methods that help to the Unit Test view in creation of unit test related actions, like openning a test source or a file reported on a stack trace in editor or returning a ILaunchConfiguration for Rerun action.
Copyright (c) 2006, 2020 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0