Last sync 2016.04.01
[deliverable/titan.core.git] / help / info / getverdict.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>getverdict</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="getreply.html"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
31 <td><a href="goto.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>getverdict</h1>
38 <p>The keyword <b><font face="Courier New">getverdict</font></b> belongs to the family of verdict operations. It is used to retrieve the local verdict of the test component it is executed
39 in.&nbsp;</p>
40 <ul>
41 <li>The operation returns one of&nbsp; four different values: pass, fail, inconc, none.</li>
42 <li>Verdict operations shall only be used in test cases, altsteps and functions.</li>
43 </ul>
44 <p>Related keywords:</p>
45 <ul>
46 <li><a href="error.html"><b><font face="Courier New" color="#003258" size="4">error</font></b></a></li>
47 <li><a href="fail.html"><b><font face="Courier New" color="#003258" size="4">fail</font></b></a></li>
48 <li><a href="inconc.html"><b><font face="Courier New" color="#003258" size="4">inconc</font></b></a></li>
49 <li><a href="none.html"><b><font face="Courier New" color="#003258" size="4">none</font></b></a></li>
50 <li><a href="pass.html"><b><font face="Courier New" color="#003258" size="4">pass</font></b></a></li>
51 <li><a href="setverdict.html"><b><font face="Courier New" color="#003258" size="4">setverdict</font></b></a></li>
52 <li><a href="verdicttype.html"><b><font face="Courier New" color="#003258" size="4">verdicttype</font></b></a></li>
53 </ul>
54 <hr align="left" width="50%">
55 <div align="center">
56 <center>
57 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
58 <tr>
59 <td width="100%">
60 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>getverdict</b></font></h3>
61 </td>
62 </tr>
63 </table>
64 </center>
65 </div>
66 <hr align="left" width="50%">
67 <p><a name="double_quotation">Example 1</a>:
68 <p><font face="Courier New">var verdicttype v_cour := none;<br>
69 v_cour := getverdict;<br>
70 </font>
71 <p>The&nbsp; local verdict of the test component is stored in the variable v_cour.</p>
72 <hr align="left" width="25%">
73 <hr align="left" width="25%">
74 <p align="left"><a HREF="BNF.html#getlocalverdict">BNF definition</a> of <font face="Courier New">getverdict</font></p>
75 </body>
76 </html>
This page took 0.049667 seconds and 6 git commands to generate.