startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/conf/syserrcmdtest.cfg
branchRCL_3
changeset 62 924385140d98
parent 58 0818dd463d41
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 [Define]
       
     2 // Add general definitions here
       
     3 [Enddefine]
       
     4 
       
     5 [StifSettings]
       
     6 // Add stif settings here
       
     7 CheckHeapBalance= on
       
     8 [EndStifSettings]
       
     9 
       
    10 // ---------------------------------------------------------------------------
       
    11 // Test cases for Create and destroy
       
    12 // ---------------------------------------------------------------------------
       
    13 
       
    14 [Test]
       
    15 title Test Create and destroy
       
    16 create syserrcmdtest testClass
       
    17 testClass CreateAndDestroy 
       
    18 pause 1000
       
    19 delete testClass
       
    20 [Endtest]
       
    21         
       
    22 // ---------------------------------------------------------------------------
       
    23 // Test cases for init and close
       
    24 // ---------------------------------------------------------------------------
       
    25 
       
    26 [Test]
       
    27 title Test Init and close
       
    28 create syserrcmdtest testClass
       
    29 testClass InitAndClose 
       
    30 pause 1000
       
    31 delete testClass
       
    32 [Endtest]
       
    33 // ---------------------------------------------------------------------------
       
    34 // Test cases for execute
       
    35 // ---------------------------------------------------------------------------
       
    36         
       
    37 [Test]
       
    38 title Test Execute
       
    39 create syserrcmdtest testClass
       
    40 testClass Execute 
       
    41 pause 1000
       
    42 delete testClass
       
    43 [Endtest]
       
    44 
       
    45 // ---------------------------------------------------------------------------
       
    46 // Test cases for execute and cancel
       
    47 // ---------------------------------------------------------------------------
       
    48 
       
    49 [Test]
       
    50 title Test Execute and cancel
       
    51 create syserrcmdtest testClass
       
    52 testClass ExecuteCancel 
       
    53 pause 1000
       
    54 delete testClass
       
    55 [Endtest]
       
    56 
       
    57 // ---------------------------------------------------------------------------
       
    58 // Test cases for execute after global note
       
    59 // ---------------------------------------------------------------------------
       
    60 
       
    61 [Test]
       
    62 title Test Execute after global note
       
    63 create syserrcmdtest testClass
       
    64 testClass ExecuteAfterGlobalNote 
       
    65 pause 1000
       
    66 delete testClass
       
    67 [Endtest]
       
    68 
       
    69 // ---------------------------------------------------------------------------
       
    70 // Test cases for execute after Ui service global note
       
    71 // ---------------------------------------------------------------------------
       
    72 
       
    73 [Test]
       
    74 title Test Execute after Ui service global note
       
    75 create syserrcmdtest testClass
       
    76 testClass ExecuteAfterUiServiceGlobalNote 
       
    77 pause 1000
       
    78 delete testClass
       
    79 [Endtest]