diff -r 7858bc6ead78 -r 9d8b04ca6939 usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg Fri Jun 04 10:27:39 2010 +0100 @@ -0,0 +1,120 @@ +/* +* Copyright (c) 2006 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: +* +*/ + +[StifSettings] +CapsModifier= USBRemotePersonalityTest.exe +[EndStifSettings] + +// USBRemotePersonalityTest Module - total 9 tc + +// USBRemotePersonalityTest Api Tests (9 tc) + +[Test] +title Create Plugin (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest CreatePluginImplementationL +delete tester +[Endtest] + +[Test] +title Initialize (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest InitializeTestL +delete tester +[Endtest] + +[Test] +title Check Last Result (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest CheckLastResultTestL +delete tester +[Endtest] + +[Test] +title Get All Personalities (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest GetAllPersonalitiesTestL +delete tester +[Endtest] + +[Test] +title Set Personality (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest SetPersonalityTestL +delete tester +[Endtest] + +[Test] +title Get Personality (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest GetPersonalityTestL +delete tester +[Endtest] + +[Test] +title Get Personality Descriptor (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest GetPersonalityDesTestL +delete tester +[Endtest] + +[Test] +title Get Lock State (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest GetLockStateTestL +delete tester +[Endtest] + +[Test] +title Set Lock State (USB Remote Personality Plugin Api Test) +create USBRemotePersonalityTest tester +tester ExecuteApiTest SetLockStateTestL +delete tester +[Endtest] + +// Add new api tests here +// ... + + +// USBRemotePersonalityTest Module Tests (... tc) + +/* +[Test] +title Example Api Test +create USBRemotePersonalityTest tester +tester ExecuteModuleTest ExampleModuleTest +delete tester +[Endtest] +*/ + +// Add new module tests here +// ... + + +// USBRemotePersonalityTest Branch Tests (... tc) + +/* +[Test] +title Example Api Test +create USBRemotePersonalityTest tester +tester ExecuteBranchTest ExampleBranchTest +delete tester +[Endtest] +*/ + +// Add new branch tests here +// ...