coreapplicationuis/rfsplugins/tsrc/rfspluginstest/NitzRFSPluginTestModule/conf/NitzRFSPluginTestModule.cfg
changeset 69 dcd4152cfe55
equal deleted inserted replaced
65:8a530a83576a 69:dcd4152cfe55
       
     1 [Test]
       
     2 title Nitz_Create and destroy RfsPlugin
       
     3 create NitzRFSPluginTestModule testClass
       
     4 print About to create_plugin
       
     5 testClass CreatePlugin
       
     6 print Plugin created
       
     7 testClass DestroyPlugin
       
     8 print Plugin destroyed
       
     9 delete testClass
       
    10 [Endtest]
       
    11 
       
    12 [Test]
       
    13 title Nitz_Test RestoreFactorySettingsL
       
    14 create NitzRFSPluginTestModule testClass
       
    15 print About to create_plugin
       
    16 testClass CreatePlugin
       
    17 print Plugin created
       
    18 testClass RestoreFactorySettings 
       
    19 testClass DestroyPlugin
       
    20 print Plugin destroyed
       
    21 delete testClass
       
    22 [Endtest]
       
    23 
       
    24 [Test]
       
    25 title Nitz_Test GetScriptL
       
    26 create NitzRFSPluginTestModule testClass
       
    27 print About to create_plugin
       
    28 testClass CreatePlugin
       
    29 print Plugin created
       
    30 testClass GetScript
       
    31 testClass DestroyPlugin
       
    32 print Plugin destroyed
       
    33 delete testClass
       
    34 [Endtest]
       
    35 
       
    36 [Test]
       
    37 title Nitz_Test ExecuteCustomCommandL
       
    38 create NitzRFSPluginTestModule testClass
       
    39 print About to create_plugin
       
    40 testClass CreatePlugin
       
    41 print Plugin created
       
    42 testClass ExecuteCustomCommand
       
    43 testClass DestroyPlugin
       
    44 print Plugin destroyed
       
    45 delete testClass
       
    46 [Endtest]
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 
       
    54