/* * @author STF370 * @version $Id$ * @desc Testcase execution is defined here. * */ module TestExecution { import from Simple_Testcases { testcase all } ; import from Sanity_Testcases { testcase all } ; import from LibSip_SIPTypesAndValues all; control { execute(TC_SIMPLE_0001()); execute(TC_SIMPLE_0002()); execute(TC_SIMPLE_0003()); execute(TC_SIMPLE_0004()); execute(TC_SIMPLE_0005()); execute(TC_SIMPLE_0006()); execute(TC_SIMPLE_0007()); execute(TC_SANITY_0001()); execute(TC_SANITY_0002()); } // end control } // end module TestExecution