1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ahven.Results – Package — Ahven 2.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Ahven 2.1 documentation" href="index.html" />
<link rel="up" title="API Documentation for Ahven" href="api.html" />
<link rel="next" title="Ahven.Runner – Package" href="api-ahven-runner.html" />
<link rel="prev" title="Ahven.Parameters – Package" href="api-ahven-parameters.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="ada-modindex.html" title="Ada Module Index"
>Ada modules</a> |</li>
<li class="right" >
<a href="api-ahven-runner.html" title="Ahven.Runner – Package"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="api-ahven-parameters.html" title="Ahven.Parameters – Package"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Ahven 2.1 documentation</a> »</li>
<li><a href="api.html" accesskey="U">API Documentation for Ahven</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="module-Ahven.Results">
<span id="ahven-results-package"></span><h1><a class="reference internal" href="#module-Ahven.Results" title="Ahven.Results"><tt class="xref py py-mod docutils literal"><span class="pre">Ahven.Results</span></tt></a> – Package<a class="headerlink" href="#module-Ahven.Results" title="Permalink to this headline">¶</a></h1>
<div class="section" id="types">
<h2>Types<a class="headerlink" href="#types" title="Permalink to this headline">¶</a></h2>
<div class="section" id="result-info">
<h3>Result_Info<a class="headerlink" href="#result-info" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>type Result_Info is private;</pre>
</div>
</div>
<div class="section" id="result-collection">
<h3>Result_Collection<a class="headerlink" href="#result-collection" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>type Result_Collection is limited private;</pre>
</div>
<p>A collection of Result_Info objects.
Contains also child collections.</p>
</div>
<div class="section" id="result-collection-access">
<h3>Result_Collection_Access<a class="headerlink" href="#result-collection-access" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>type Result_Collection_Access is access Result_Collection;</pre>
</div>
</div>
<div class="section" id="result-info-cursor">
<h3>Result_Info_Cursor<a class="headerlink" href="#result-info-cursor" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>type Result_Info_Cursor is private;</pre>
</div>
<p>A cursor type for Pass, Failure and Error results.</p>
</div>
<div class="section" id="result-collection-cursor">
<h3>Result_Collection_Cursor<a class="headerlink" href="#result-collection-cursor" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>type Result_Collection_Cursor is private;</pre>
</div>
<p>Cursor for iterating over a set of Result_Collection access objects.</p>
</div>
</div>
<div class="section" id="constants">
<h2>Constants<a class="headerlink" href="#constants" title="Permalink to this headline">¶</a></h2>
<div class="section" id="empty-result-info">
<h3>Empty_Result_Info<a class="headerlink" href="#empty-result-info" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>Empty_Result_Info : constant Result_Info;</pre>
</div>
<p>Result_Info object which holds no result. It can be used
to initialize a new Result_Info object.</p>
</div>
</div>
<div class="section" id="procedures-and-functions">
<h2>Procedures and Functions<a class="headerlink" href="#procedures-and-functions" title="Permalink to this headline">¶</a></h2>
<div class="section" id="set-test-name">
<h3>Set_Test_Name<a class="headerlink" href="#set-test-name" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Test_Name (Info : in out Result_Info;
Name : Bounded_String);</pre>
</div>
<p>Set a test name for the result.</p>
</div>
<div class="section" id="set-routine-name">
<h3>Set_Routine_Name<a class="headerlink" href="#set-routine-name" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Routine_Name (Info : in out Result_Info;
Name : Bounded_String);</pre>
</div>
<p>Set a routine name for the result.</p>
</div>
<div class="section" id="set-message">
<h3>Set_Message<a class="headerlink" href="#set-message" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Message (Info : in out Result_Info;
Message : Bounded_String);</pre>
</div>
<p>Set a message for the result.</p>
</div>
<div class="section" id="id1">
<h3>Set_Test_Name<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Test_Name (Info : in out Result_Info; Name : String);</pre>
</div>
<p>A helper function, which calls Set_Test_Name (.. ; Bounded_String)</p>
</div>
<div class="section" id="id2">
<h3>Set_Routine_Name<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Routine_Name (Info : in out Result_Info; Name : String);</pre>
</div>
<p>A helper function, which calls Set_Routine_Name (.. ; Bounded_String)</p>
</div>
<div class="section" id="id3">
<h3>Set_Message<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Message (Info : in out Result_Info; Message : String);</pre>
</div>
<p>A helper function, which calls Set_Message (.. ; Bounded_String)</p>
</div>
<div class="section" id="set-long-message">
<h3>Set_Long_Message<a class="headerlink" href="#set-long-message" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Long_Message (Info : in out Result_Info;
Message : Bounded_String);</pre>
</div>
<p>Set a long message for the result</p>
</div>
<div class="section" id="id4">
<h3>Set_Long_Message<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Long_Message (Info : in out Result_Info; Message : String);</pre>
</div>
<p>A helper function, which calls Set_Long_Message (.. ; Bounded_String)</p>
</div>
<div class="section" id="set-execution-time">
<h3>Set_Execution_Time<a class="headerlink" href="#set-execution-time" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Execution_Time (Info : in out Result_Info;
Elapsed_Time : Duration);</pre>
</div>
<p>Set the execution time of the result info (test).</p>
</div>
<div class="section" id="set-output-file">
<h3>Set_Output_File<a class="headerlink" href="#set-output-file" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Output_File (Info : in out Result_Info;
Filename : Bounded_String);</pre>
</div>
<p>Set the name of the test output file.</p>
</div>
<div class="section" id="id5">
<h3>Set_Output_File<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Output_File (Info : in out Result_Info;
Filename : String);</pre>
</div>
<p>Set the name of the test output file.</p>
</div>
<div class="section" id="get-test-name">
<h3>Get_Test_Name<a class="headerlink" href="#get-test-name" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Test_Name (Info : Result_Info) return String;</pre>
</div>
<p>Return the test name of the result info.</p>
</div>
<div class="section" id="get-routine-name">
<h3>Get_Routine_Name<a class="headerlink" href="#get-routine-name" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Routine_Name (Info : Result_Info) return String;</pre>
</div>
<p>Return the routine name of the result info.</p>
</div>
<div class="section" id="get-message">
<h3>Get_Message<a class="headerlink" href="#get-message" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Message (Info : Result_Info) return String;</pre>
</div>
<p>Return the message of the result info.</p>
</div>
<div class="section" id="get-long-message">
<h3>Get_Long_Message<a class="headerlink" href="#get-long-message" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Long_Message (Info : Result_Info) return String;</pre>
</div>
<p>Return the long message of the result info.</p>
</div>
<div class="section" id="get-execution-time">
<h3>Get_Execution_Time<a class="headerlink" href="#get-execution-time" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Execution_Time (Info : Result_Info) return Duration;</pre>
</div>
<p>Return the execution time of the result info.</p>
</div>
<div class="section" id="get-output-file">
<h3>Get_Output_File<a class="headerlink" href="#get-output-file" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Output_File (Info : Result_Info) return Bounded_String;</pre>
</div>
<p>Return the name of the output file.
Empty string is returned in case there is no output file.</p>
</div>
<div class="section" id="add-child">
<h3>Add_Child<a class="headerlink" href="#add-child" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Add_Child (Collection : in out Result_Collection;
Child : Result_Collection_Access);</pre>
</div>
<p>Add a child collection to the collection.</p>
</div>
<div class="section" id="add-error">
<h3>Add_Error<a class="headerlink" href="#add-error" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Add_Error (Collection : in out Result_Collection;
Info : Result_Info);</pre>
</div>
<p>Add a test error to the collection.</p>
</div>
<div class="section" id="add-skipped">
<h3>Add_Skipped<a class="headerlink" href="#add-skipped" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Add_Skipped (Collection : in out Result_Collection;
Info : Result_Info);</pre>
</div>
<p>Add a skipped test to the collection.</p>
</div>
<div class="section" id="add-failure">
<h3>Add_Failure<a class="headerlink" href="#add-failure" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Add_Failure (Collection : in out Result_Collection;
Info : Result_Info);</pre>
</div>
<p>Add a test failure to the collection.</p>
</div>
<div class="section" id="add-pass">
<h3>Add_Pass<a class="headerlink" href="#add-pass" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Add_Pass (Collection : in out Result_Collection;
Info : Result_Info);</pre>
</div>
<p>Add a passed test to the collection</p>
</div>
<div class="section" id="release">
<h3>Release<a class="headerlink" href="#release" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Release (Collection : in out Result_Collection);</pre>
</div>
<p>Release resourced held by the collection.
Frees also all children added via Add_Child.</p>
</div>
<div class="section" id="set-name">
<h3>Set_Name<a class="headerlink" href="#set-name" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Name (Collection : in out Result_Collection;
Name : Bounded_String);</pre>
</div>
<p>Set a test name for the collection.</p>
</div>
<div class="section" id="set-parent">
<h3>Set_Parent<a class="headerlink" href="#set-parent" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>procedure Set_Parent (Collection : in out Result_Collection;
Parent : Result_Collection_Access);</pre>
</div>
<p>Set a parent collection to the collection.</p>
</div>
<div class="section" id="test-count">
<h3>Test_Count<a class="headerlink" href="#test-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Test_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of tests in the collection.
Tests in child collections are included.</p>
</div>
<div class="section" id="direct-test-count">
<h3>Direct_Test_Count<a class="headerlink" href="#direct-test-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Direct_Test_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of tests in the collection.
The tests in the child collections are NOT included.</p>
</div>
<div class="section" id="pass-count">
<h3>Pass_Count<a class="headerlink" href="#pass-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Pass_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of passed tests in the collection.
Tests in child collections are included.</p>
</div>
<div class="section" id="error-count">
<h3>Error_Count<a class="headerlink" href="#error-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Error_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of test errors in the collection.
Tests in child collections are included.</p>
</div>
<div class="section" id="failure-count">
<h3>Failure_Count<a class="headerlink" href="#failure-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Failure_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of test errors in the collection.
Tests in child collections are included.</p>
</div>
<div class="section" id="skipped-count">
<h3>Skipped_Count<a class="headerlink" href="#skipped-count" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Skipped_Count (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the amount of skipped tests in the collection.
Tests in child collections are included.</p>
</div>
<div class="section" id="id6">
<h3>Get_Test_Name<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Test_Name (Collection : Result_Collection)
return Bounded_String;</pre>
</div>
<p>Return the name of the collection’s test.</p>
</div>
<div class="section" id="get-parent">
<h3>Get_Parent<a class="headerlink" href="#get-parent" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Parent (Collection : Result_Collection)
return Result_Collection_Access;</pre>
</div>
<p>Return the parent of the collection.</p>
</div>
<div class="section" id="id7">
<h3>Get_Execution_Time<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Get_Execution_Time (Collection : Result_Collection)
return Duration;</pre>
</div>
<p>Return the execution time of the whole collection.</p>
</div>
<div class="section" id="first-pass">
<h3>First_Pass<a class="headerlink" href="#first-pass" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function First_Pass (Collection : Result_Collection)
return Result_Info_Cursor;</pre>
</div>
<p>Get the first pass from the collection.</p>
</div>
<div class="section" id="first-failure">
<h3>First_Failure<a class="headerlink" href="#first-failure" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function First_Failure (Collection : Result_Collection)
return Result_Info_Cursor;</pre>
</div>
<p>Get the first failure from the collection.</p>
</div>
<div class="section" id="first-error">
<h3>First_Error<a class="headerlink" href="#first-error" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function First_Error (Collection : Result_Collection)
return Result_Info_Cursor;</pre>
</div>
<p>Get the first error from the collection.</p>
</div>
<div class="section" id="next">
<h3>Next<a class="headerlink" href="#next" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Next (Position: Result_Info_Cursor) return Result_Info_Cursor;</pre>
</div>
<p>Get the next pass/failure/error.</p>
</div>
<div class="section" id="data">
<h3>Data<a class="headerlink" href="#data" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Data (Position: Result_Info_Cursor) return Result_Info;</pre>
</div>
<p>Get the data behind the cursor.</p>
</div>
<div class="section" id="is-valid">
<h3>Is_Valid<a class="headerlink" href="#is-valid" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Is_Valid (Position: Result_Info_Cursor) return Boolean;</pre>
</div>
<p>Is the cursor still valid?</p>
</div>
<div class="section" id="first-child">
<h3>First_Child<a class="headerlink" href="#first-child" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function First_Child (Collection : in Result_Collection)
return Result_Collection_Cursor;</pre>
</div>
<p>Get the first child of the collection.</p>
</div>
<div class="section" id="id8">
<h3>Next<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Next (Position: Result_Collection_Cursor)
return Result_Collection_Cursor;</pre>
</div>
<p>Get the next child.</p>
</div>
<div class="section" id="id9">
<h3>Is_Valid<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Is_Valid (Position: Result_Collection_Cursor) return Boolean;</pre>
</div>
<p>Is the cursor still valid?</p>
</div>
<div class="section" id="id10">
<h3>Data<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Data (Position: Result_Collection_Cursor)
return Result_Collection_Access;</pre>
</div>
<p>Get the data (Result_Collection_Access) behind the cursor.</p>
</div>
<div class="section" id="child-depth">
<h3>Child_Depth<a class="headerlink" href="#child-depth" title="Permalink to this headline">¶</a></h3>
<div class="highlight-python"><pre>function Child_Depth (Collection : Result_Collection) return Natural;</pre>
</div>
<p>Return the maximum depth of children. (a child of a child, etc.)</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#"><tt class="docutils literal"><span class="pre">Ahven.Results</span></tt> – Package</a><ul>
<li><a class="reference internal" href="#types">Types</a><ul>
<li><a class="reference internal" href="#result-info">Result_Info</a></li>
<li><a class="reference internal" href="#result-collection">Result_Collection</a></li>
<li><a class="reference internal" href="#result-collection-access">Result_Collection_Access</a></li>
<li><a class="reference internal" href="#result-info-cursor">Result_Info_Cursor</a></li>
<li><a class="reference internal" href="#result-collection-cursor">Result_Collection_Cursor</a></li>
</ul>
</li>
<li><a class="reference internal" href="#constants">Constants</a><ul>
<li><a class="reference internal" href="#empty-result-info">Empty_Result_Info</a></li>
</ul>
</li>
<li><a class="reference internal" href="#procedures-and-functions">Procedures and Functions</a><ul>
<li><a class="reference internal" href="#set-test-name">Set_Test_Name</a></li>
<li><a class="reference internal" href="#set-routine-name">Set_Routine_Name</a></li>
<li><a class="reference internal" href="#set-message">Set_Message</a></li>
<li><a class="reference internal" href="#id1">Set_Test_Name</a></li>
<li><a class="reference internal" href="#id2">Set_Routine_Name</a></li>
<li><a class="reference internal" href="#id3">Set_Message</a></li>
<li><a class="reference internal" href="#set-long-message">Set_Long_Message</a></li>
<li><a class="reference internal" href="#id4">Set_Long_Message</a></li>
<li><a class="reference internal" href="#set-execution-time">Set_Execution_Time</a></li>
<li><a class="reference internal" href="#set-output-file">Set_Output_File</a></li>
<li><a class="reference internal" href="#id5">Set_Output_File</a></li>
<li><a class="reference internal" href="#get-test-name">Get_Test_Name</a></li>
<li><a class="reference internal" href="#get-routine-name">Get_Routine_Name</a></li>
<li><a class="reference internal" href="#get-message">Get_Message</a></li>
<li><a class="reference internal" href="#get-long-message">Get_Long_Message</a></li>
<li><a class="reference internal" href="#get-execution-time">Get_Execution_Time</a></li>
<li><a class="reference internal" href="#get-output-file">Get_Output_File</a></li>
<li><a class="reference internal" href="#add-child">Add_Child</a></li>
<li><a class="reference internal" href="#add-error">Add_Error</a></li>
<li><a class="reference internal" href="#add-skipped">Add_Skipped</a></li>
<li><a class="reference internal" href="#add-failure">Add_Failure</a></li>
<li><a class="reference internal" href="#add-pass">Add_Pass</a></li>
<li><a class="reference internal" href="#release">Release</a></li>
<li><a class="reference internal" href="#set-name">Set_Name</a></li>
<li><a class="reference internal" href="#set-parent">Set_Parent</a></li>
<li><a class="reference internal" href="#test-count">Test_Count</a></li>
<li><a class="reference internal" href="#direct-test-count">Direct_Test_Count</a></li>
<li><a class="reference internal" href="#pass-count">Pass_Count</a></li>
<li><a class="reference internal" href="#error-count">Error_Count</a></li>
<li><a class="reference internal" href="#failure-count">Failure_Count</a></li>
<li><a class="reference internal" href="#skipped-count">Skipped_Count</a></li>
<li><a class="reference internal" href="#id6">Get_Test_Name</a></li>
<li><a class="reference internal" href="#get-parent">Get_Parent</a></li>
<li><a class="reference internal" href="#id7">Get_Execution_Time</a></li>
<li><a class="reference internal" href="#first-pass">First_Pass</a></li>
<li><a class="reference internal" href="#first-failure">First_Failure</a></li>
<li><a class="reference internal" href="#first-error">First_Error</a></li>
<li><a class="reference internal" href="#next">Next</a></li>
<li><a class="reference internal" href="#data">Data</a></li>
<li><a class="reference internal" href="#is-valid">Is_Valid</a></li>
<li><a class="reference internal" href="#first-child">First_Child</a></li>
<li><a class="reference internal" href="#id8">Next</a></li>
<li><a class="reference internal" href="#id9">Is_Valid</a></li>
<li><a class="reference internal" href="#id10">Data</a></li>
<li><a class="reference internal" href="#child-depth">Child_Depth</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="api-ahven-parameters.html"
title="previous chapter"><tt class="docutils literal docutils literal docutils literal"><span class="pre">Ahven.Parameters</span></tt> – Package</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="api-ahven-runner.html"
title="next chapter"><tt class="docutils literal"><span class="pre">Ahven.Runner</span></tt> – Package</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/api-ahven-results.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="ada-modindex.html" title="Ada Module Index"
>Ada modules</a> |</li>
<li class="right" >
<a href="api-ahven-runner.html" title="Ahven.Runner – Package"
>next</a> |</li>
<li class="right" >
<a href="api-ahven-parameters.html" title="Ahven.Parameters – Package"
>previous</a> |</li>
<li><a href="index.html">Ahven 2.1 documentation</a> »</li>
<li><a href="api.html" >API Documentation for Ahven</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2011, Tero Koskinen.
Last updated on Sep 24, 2011.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1pre.
</div>
</body>
</html>
|