UnitTest View Support

Identifier:
org.eclipse.unittest.ui.unittestViewSupport

Description:
Internal extension point to register Unit Test View support.

Configuration Markup:

<!ELEMENT extension (viewSupport+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT viewSupport EMPTY>

<!ATTLIST viewSupport

id    CDATA #REQUIRED

class CDATA #REQUIRED>

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.




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