source:
trunk/t3d-examples/basics/main.ttcn3
@
61
Last change on this file since 61 was 7, checked in by phdmakk, 14 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[7] | 1 | module main { |
2 | import from configuraiton all; | |
3 | import from functions all; | |
4 | import from types all; | |
5 | import from templates all; | |
6 | import from types all; | |
7 | import from testacases all; | |
8 | ||
9 | control { | |
10 | execute(tc1()); | |
11 | execute(tc2()); | |
12 | } | |
13 | ||
14 | } |
Note: See TracBrowser
for help on using the repository browser.