diff -r 924385140d98 -r c2c61fdca848 startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/conf/syserrcmdtest.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/startupservices/Startup/syserrcmd/tsrc/syserrcmdtest/conf/syserrcmdtest.cfg Wed Sep 01 12:24:48 2010 +0100 @@ -0,0 +1,79 @@ +[Define] +// Add general definitions here +[Enddefine] + +[StifSettings] +// Add stif settings here +CheckHeapBalance= on +[EndStifSettings] + +// --------------------------------------------------------------------------- +// Test cases for Create and destroy +// --------------------------------------------------------------------------- + +[Test] +title Test Create and destroy +create syserrcmdtest testClass +testClass CreateAndDestroy +pause 1000 +delete testClass +[Endtest] + +// --------------------------------------------------------------------------- +// Test cases for init and close +// --------------------------------------------------------------------------- + +[Test] +title Test Init and close +create syserrcmdtest testClass +testClass InitAndClose +pause 1000 +delete testClass +[Endtest] +// --------------------------------------------------------------------------- +// Test cases for execute +// --------------------------------------------------------------------------- + +[Test] +title Test Execute +create syserrcmdtest testClass +testClass Execute +pause 1000 +delete testClass +[Endtest] + +// --------------------------------------------------------------------------- +// Test cases for execute and cancel +// --------------------------------------------------------------------------- + +[Test] +title Test Execute and cancel +create syserrcmdtest testClass +testClass ExecuteCancel +pause 1000 +delete testClass +[Endtest] + +// --------------------------------------------------------------------------- +// Test cases for execute after global note +// --------------------------------------------------------------------------- + +[Test] +title Test Execute after global note +create syserrcmdtest testClass +testClass ExecuteAfterGlobalNote +pause 1000 +delete testClass +[Endtest] + +// --------------------------------------------------------------------------- +// Test cases for execute after Ui service global note +// --------------------------------------------------------------------------- + +[Test] +title Test Execute after Ui service global note +create syserrcmdtest testClass +testClass ExecuteAfterUiServiceGlobalNote +pause 1000 +delete testClass +[Endtest] \ No newline at end of file