Ahven.XML_Runner – Package

New in version 1.2.

Procedures and Functions

Run

procedure Run (Suite : in out Framework.Test_Suite'Class);

Run the suite and write the results to a file.

Run

procedure Run (Suite : Framework.Test_Suite_Access);

Run the suite and write the results to a file. The routine is identical to the Run (Suite : in out Framework.Test_Suite’Class) procedure, but takes an access parameter to a test suite.

Report_Results

procedure Report_Results (Result : Results.Result_Collection;
                          Dir    : String);

Write the test results to the given directory. This is called automatically during the execution of either of Run procedures.

Table Of Contents

Previous topic

Ahven.Text_Runner – Package

Next topic

Design Notes

This Page