usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:54:11 +0300
branchRCL_3
changeset 22 5b2a402e96ac
parent 10 f6533aee8b2b
child 23 25fce757be94
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* 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)


// Add new module tests here
// ...


// USBRemotePersonalityTest Branch Tests (... tc)


// Add new branch tests here
// ...