--------------------------------------------------------------------------- -- -- -- Component: -- -- -- -- package Report -- -- -- -- Copyrights: -- -- -- -- Copyright (c) 1998, Chris Nettleton Software -- -- -- -- Credits: -- -- -- -- This software is part of the XGC Ada library. It was developed by -- -- Chris Nettleton Software under European Space Agency contract -- -- number 11935/NL/JG. Permission to use, copy, modify, -- -- and distribute this software is freely granted, provided that -- -- this notice is preserved. -- -- -- -- Revision: -- -- -- -- $Id:$ -- -- -- --------------------------------------------------------------------------- package Report is procedure Test (Name, Description : in String); procedure Failed (Description : in String); procedure Comment (Description : in String); procedure Result; end Report;