:mod:`Ahven.Text_Runner` -- Package
===================================

.. module:: Ahven.Text_Runner
.. moduleauthor:: Tero Koskinen <tero.koskinen@iki.fi>


------------------------
Procedures and Functions
------------------------


Run
'''

::

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

Run the suite and print the results.

Run
'''

::

   procedure Run (Suite : Framework.Test_Suite_Access);

Run the suite and print the results.

