Merge github.com:eclipse/titan.core
[deliverable/titan.core.git] / help / info / error.html
1 <!--
2 Copyright (c) 2000-2016 Ericsson Telecom AB
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
7
8 Contributors:
9 Baji, Laszlo
10 Balasko, Jeno
11 Farkas, Laszlo
12 Szabados, Kristof
13 -->
14 <html>
15 <head>
16 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17 <meta http-equiv="Content-Language" content="en-us">
18 <title>error</title>
19 </head>
20 <body bgcolor="#DAD3C5" vlink="#0094D2" link="#003258">
21 <table align="left" border="0" cellspacing="0" cellpadding="0" valign=top>
22 <tr>
23 <td width=105 height=40><a href="https://projects.eclipse.org/projects/tools.titan"><img src="../images/titan_transparent.gif" border=0 width=105 height=40 align="left" alt="Titan"></a></td>
24 </tr>
25 </table>
26 <table border="0" align="right" cellpadding="0" cellspacing="0">
27 <tr>
28 <td><a href="../titan_main.html" alt="contents"><img border="0" src="../images/ao.jpg" width="53" height="40"></a></td>
29 <td><a href="../titan_index.html" alt="index"><img border="0" src="../images/up.jpg" width="53" height="40"></a></td>
30 <td><a alt="previous" href="enumerated.html"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
31 <td><a href="except.html" alt="next"><img border="0" src="../images/right.jpg" width="53" height="40"></a></td>
32 </tr>
33 </table>
34 <p><br clear="all">
35 </p>
36 <hr>
37 <h1>error</h1>
38 <p>The keyword <b><font face="Courier New">error</font></b> denotes one of the distinguished values of <a href="verdicttype.html"><b><font face="Courier New" color="#003258" size="4">verdicttype</font></b></a>.</p>
39 <ul>
40 <li>It is set by the test system (returned by the operation <a href="execute.html"><b><font face="Courier New">execute</font></b></a>) to indicate that a run-time error has occurred.</li>
41 <li>It is also returned by the above operation when a test case started with a guard timer has not finished within the given time limit.</li>
42 <li>It shall not be set by the <a href="setverdict.html"><b><font face="Courier New">setverdict</font></b></a> operation and will not be returned by the <a href="getverdict.html"><b><font
43 face="Courier New">getverdict</font></b></a> operation.</li>
44 </ul>
45 <p>Related keywords:</p>
46 <ul>
47 <li><a href="execute.html"><b><font face="Courier New" color="#003258" size="4">execute</font></b></a></li>
48 <li><a href="fail.html"><b><font face="Courier New" color="#003258" size="4">fail</font></b></a></li>
49 <li><a href="getverdict.html"><b><font face="Courier New" color="#003258" size="4">getverdict</font></b></a></li>
50 <li><a href="inconc.html"><b><font face="Courier New" color="#003258" size="4">inconc</font></b></a></li>
51 <li><a href="none.html"><b><font face="Courier New" color="#003258" size="4">none</font></b></a></li>
52 <li><a href="pass.html"><b><font face="Courier New" color="#003258" size="4">pass</font></b></a></li>
53 <li><a href="setverdict.html"><b><font face="Courier New" color="#003258" size="4">setverdict</font></b></a></li>
54 <li><a href="verdicttype.html"><b><font face="Courier New" color="#003258" size="4">verdicttype</font></b></a></li>
55 </ul>
56 <hr align="left" width="50%">
57 <div align="center">
58 <center>
59 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
60 <tr>
61 <td width="100%">
62 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>error</b></font></h3>
63 </td>
64 </tr>
65 </table>
66 </center>
67 </div>
68 <hr align="left" width="50%">
69 <p><a name="double_quotation">Example 1</a>:
70 <p><font face="Courier New">var verdicttype v_dyrbart;<br>
71 v_dyrbart := execute(tc_vizsgaalat);<br>
72 </font>
73 <p>There was a programming error when the test case tc_vizsgaalat was executed, thus, the variable v_dyrbart will hold the value error.</p>
74 <hr align="left" width="25%">
75 <hr align="left" width="25%">
76 <p align="left"><a HREF="BNF.html#verdicttypevalue">BNF definition</a> of <font face="Courier New">error</font></p>
77 </body>
78 </html>
This page took 0.05437 seconds and 5 git commands to generate.