testdev/ite/src/com.nokia.testfw.codegen/src/templates/STF_Script/conf/${class_name}.cfg
changeset 1 96906a986c3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdev/ite/src/com.nokia.testfw.codegen/src/templates/STF_Script/conf/${class_name}.cfg	Tue Mar 30 14:39:29 2010 +0800
@@ -0,0 +1,30 @@
+//
+// Copyright (c) 2010 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 the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description: Script file for STF Test Framework's TestScripter 
+//
+//
+
+// [Test Case Script] Begin - Do not remove
+//!!//!![Repeat Section Begin]::// [Test Case Script]
+//!!foreach( ${method_object} in ${class_object.Children})
+[Test]
+    title ${class_name}_${method_object.NormalisedName}${RepeatCounter}
+    create ${class_name} foobar
+    foobar ${class_name}_${method_object.NormalisedName}${RepeatCounter} pa ra me ters
+    delete foobar
+[Endtest]
+
+//!!end
+//!!//!![Repeat Section End]::// [Test Case Script]
+// [Test Case Script] End - Do not remove