Commit b974c451 authored by urbant's avatar urbant
Browse files

Tests for actual parameters (restrictions and examples)

parent 7905243a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 487
 ** @version  0.0.1
 ** @purpose  1:5.4.2, verify that template parameters can be used as in formal template parameters of functions
 ** ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

// The following requirement is tested:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 487
 ** @version  0.0.1
 ** @purpose  1:5.4.2, verify that template variables can be used as in formal template parameters of functions
 ** ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

// The following requirement is tested:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 487
 ** @version  0.0.1
 ** @purpose  1:5.4.2, verify that template in parameters can be used as in formal template parameters of functions
 ** ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

// The following requirement is tested:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 487
 ** @version  0.0.1
 ** @purpose  1:5.4.2, verify that template out parameters can be used as in formal template parameters of functions
 ** ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

// The following requirement is tested:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 487
 ** @version  0.0.1
 ** @purpose  1:5.4.2, verify that template inout parameters can be used as in formal template parameters of functions
 ** ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/

// The following requirement is tested:
Loading