New in version 1.2.
procedure Run (Suite : in out Framework.Test_Suite'Class);
Run the suite and write the results to a file in XML format.
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.
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.