|
Last change
on this file since 38 was
22,
checked in by rings, 15 years ago
|
|
|
-
Property svn:executable set to
*
|
|
File size:
631 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * @author STF370
|
|---|
| 3 | * @version $Id$
|
|---|
| 4 | * @desc Testcase execution is defined here.
|
|---|
| 5 | *
|
|---|
| 6 | */
|
|---|
| 7 | module TestExecution {
|
|---|
| 8 |
|
|---|
| 9 | import from Simple_Testcases { testcase all } ;
|
|---|
| 10 | import from Sanity_Testcases { testcase all } ;
|
|---|
| 11 | import from LibSip_SIPTypesAndValues all;
|
|---|
| 12 |
|
|---|
| 13 | control {
|
|---|
| 14 |
|
|---|
| 15 | execute(TC_SIMPLE_0001());
|
|---|
| 16 | execute(TC_SIMPLE_0002());
|
|---|
| 17 | execute(TC_SIMPLE_0003());
|
|---|
| 18 | execute(TC_SIMPLE_0004());
|
|---|
| 19 | execute(TC_SIMPLE_0005());
|
|---|
| 20 | execute(TC_SIMPLE_0006());
|
|---|
| 21 | execute(TC_SIMPLE_0007());
|
|---|
| 22 |
|
|---|
| 23 | execute(TC_SANITY_0001());
|
|---|
| 24 | execute(TC_SANITY_0002());
|
|---|
| 25 |
|
|---|
| 26 | } // end control
|
|---|
| 27 |
|
|---|
| 28 | } // end module TestExecution
|
|---|
Note: See
TracBrowser
for help on using the repository browser.