usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg
author hgs
Sat, 24 Apr 2010 01:01:53 +0300
changeset 50 cc2090c68156
parent 0 1e05558e2206
child 63 ef2686f7597e
child 77 5b2a402e96ac
permissions -rw-r--r--
201015

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