usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 15:41:46 +0300
branchRCL_3
changeset 92 dde4619868dc
parent 80 e02eb84a14d2
permissions -rw-r--r--
Revision: 201038 Kit: 201041

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