diff -r f1112f777ce9 -r 96906a986c3b testdev/ite/src/com.nokia.testfw.launch/src/schema/testRunProcessors.exsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdev/ite/src/com.nokia.testfw.launch/src/schema/testRunProcessors.exsd Tue Mar 30 14:39:29 2010 +0800 @@ -0,0 +1,126 @@ + + + + + + + + + Extension point to register additional test run processors. A test run processor is notified about the execution of a test run. + + + + + + + + + + a fully qualified identifier of the target extension point + + + + + + + + + + + + + + + + + a fully qualified identifier of the target extension point + + + + + + + + + + + + + + + + + + + + Deprecated: Register the new test run listener + + + + + + + Test run class implementing com.nokia.testfw.resultview.model.IDataProcessor + + + + + + + + + + + + + + + 1.0 + + + + + + + + + The following is an example of a test run listener contribution: + +<p> +<pre> + <extension point="com.nokia.testfw.launch.testRunProcessors"> + <testRunListener class="com.example.SampleTestRunProcessor"/> + </extension> +</pre> +</p> + + + + + + + + + Test run listeners must must implement the com.nokia.testfw.resultview.model.IDataProcessor interface. + + + + + + + + + + Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +All rights reserved. +This component and the accompanying materials are made available +under the terms of "Eclipse Public License v1.0" +which accompanies this distribution, and is available +at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + +Initial Contributors: +Nokia Corporation - initial contribution. + + + +