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 print the results.

Run

procedure Run (Suite : Framework.Test_Suite_Access);

Run the suite and print the results. The routine is identical to the above routine, but takes an access parameter to a test suite.

Report_Results

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

Report results to the given directory.

Table Of Contents

Previous topic

Ahven.Text_Runner – Package

Next topic

Design Notes

This Page