Package: Ahven.Listeners.Output_Capture

Dependencies

with Ahven.Temporary_Output;
with Ahven.Listeners.Basic;

Description

Copyright (c) 2007, 2008 Tero Koskinen <tero.koskinen@iki.fi>

Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


Header

package Ahven.Listeners.Output_Capture is
 

Type Summary

Output_Capture_Listener derived from Basic_Listener
Overridden Operations:  End_Test, Start_Test
Inherited Operations:  Add_Error, Add_Failure, Add_Pass, Finalize, Initialize

Other Items:

type Output_Capture_Listener is new Basic.Basic_Listener with private;

function Create return Basic.Basic_Listener_Class_Access;

procedure Start_Test (Listener : in out Output_Capture_Listener;
                      Info     :        Result_Info);

procedure End_Test (Listener : in out Output_Capture_Listener;
                    Info     :        Result_Info);

private

   --  Implementation-defined ...
end Ahven.Listeners.Output_Capture;