usbengines/usbremotepersonality/tsrc/USBRemotePersonalityTest/conf/USBRemotePersonalityTest.cfg
changeset 35 9d8b04ca6939
child 63 ef2686f7597e
equal deleted inserted replaced
34:7858bc6ead78 35:9d8b04ca6939
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 [StifSettings]
       
    19 CapsModifier= USBRemotePersonalityTest.exe
       
    20 [EndStifSettings]
       
    21 
       
    22 // USBRemotePersonalityTest Module - total 9 tc
       
    23 
       
    24 // USBRemotePersonalityTest Api Tests (9 tc)
       
    25 
       
    26 [Test]
       
    27 title Create Plugin (USB Remote Personality Plugin Api Test)
       
    28 create USBRemotePersonalityTest tester
       
    29 tester ExecuteApiTest CreatePluginImplementationL
       
    30 delete tester
       
    31 [Endtest]
       
    32 
       
    33 [Test]
       
    34 title Initialize (USB Remote Personality Plugin Api Test)
       
    35 create USBRemotePersonalityTest tester
       
    36 tester ExecuteApiTest InitializeTestL
       
    37 delete tester
       
    38 [Endtest]
       
    39 
       
    40 [Test]
       
    41 title Check Last Result (USB Remote Personality Plugin Api Test)
       
    42 create USBRemotePersonalityTest tester
       
    43 tester ExecuteApiTest CheckLastResultTestL
       
    44 delete tester
       
    45 [Endtest]
       
    46 
       
    47 [Test]
       
    48 title Get All Personalities (USB Remote Personality Plugin Api Test)
       
    49 create USBRemotePersonalityTest tester
       
    50 tester ExecuteApiTest GetAllPersonalitiesTestL
       
    51 delete tester
       
    52 [Endtest]
       
    53 
       
    54 [Test]
       
    55 title Set Personality (USB Remote Personality Plugin Api Test)
       
    56 create USBRemotePersonalityTest tester
       
    57 tester ExecuteApiTest SetPersonalityTestL
       
    58 delete tester
       
    59 [Endtest]
       
    60 
       
    61 [Test]
       
    62 title Get Personality (USB Remote Personality Plugin Api Test)
       
    63 create USBRemotePersonalityTest tester
       
    64 tester ExecuteApiTest GetPersonalityTestL
       
    65 delete tester
       
    66 [Endtest]
       
    67 
       
    68 [Test]
       
    69 title Get Personality Descriptor (USB Remote Personality Plugin Api Test)
       
    70 create USBRemotePersonalityTest tester
       
    71 tester ExecuteApiTest GetPersonalityDesTestL
       
    72 delete tester
       
    73 [Endtest]
       
    74 
       
    75 [Test]
       
    76 title Get Lock State (USB Remote Personality Plugin Api Test)
       
    77 create USBRemotePersonalityTest tester
       
    78 tester ExecuteApiTest GetLockStateTestL
       
    79 delete tester
       
    80 [Endtest]
       
    81 
       
    82 [Test]
       
    83 title Set Lock State (USB Remote Personality Plugin Api Test)
       
    84 create USBRemotePersonalityTest tester
       
    85 tester ExecuteApiTest SetLockStateTestL
       
    86 delete tester
       
    87 [Endtest]
       
    88 
       
    89 // Add new api tests here
       
    90 // ...
       
    91 
       
    92 
       
    93 // USBRemotePersonalityTest Module Tests (... tc)
       
    94 
       
    95 /*
       
    96 [Test]
       
    97 title Example Api Test
       
    98 create USBRemotePersonalityTest tester
       
    99 tester ExecuteModuleTest ExampleModuleTest
       
   100 delete tester
       
   101 [Endtest]
       
   102 */
       
   103 
       
   104 // Add new module tests here
       
   105 // ...
       
   106 
       
   107 
       
   108 // USBRemotePersonalityTest Branch Tests (... tc)
       
   109 
       
   110 /*
       
   111 [Test]
       
   112 title Example Api Test
       
   113 create USBRemotePersonalityTest tester
       
   114 tester ExecuteBranchTest ExampleBranchTest
       
   115 delete tester
       
   116 [Endtest]
       
   117 */
       
   118 
       
   119 // Add new branch tests here
       
   120 // ...