blob: 92a3441d39fe44384d1fd993b1c86aa7b9db9ca5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
/*******************************************************************************
* Copyright (c) 2009, 2016 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
-->
<plugin>
<extension
point="org.eclipse.core.variables.dynamicVariables">
<variable
description="Name of the current test case executed by RCPTT"
name="q7.current_test"
resolver="org.eclipse.rcptt.tesla.variables.rap.TeslaVariablesResolver"
supportsArgument="false">
</variable>
</extension>
</plugin>