From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4a195a443fce793e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!proxad.net!infeed-3.proxad.net!nnrp1-1.free.fr!not-for-mail Date: Wed, 30 Nov 2005 21:44:42 +0100 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 X-Accept-Language: fr-fr, en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: example of layered software? References: <438cb166$0$21117$626a14ce@news.free.fr> <25a76$438db705$4995576$13285@ALLTEL.NET> In-Reply-To: <25a76$438db705$4995576$13285@ALLTEL.NET> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <438e0f2d$0$21696$626a54ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 30 Nov 2005 21:44:29 MET NNTP-Posting-Host: 82.236.216.140 X-Trace: 1133383469 nnrp1-1.free.fr 21696 82.236.216.140:53370 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:6686 Date: 2005-11-30T21:44:29+01:00 List-Id: Marc A. Criley a �crit : ... > I think you're going to have to describe a bit more what your tool does, > so we can get a better idea of what kind of suggestions would be > appropriate for helping you test it. It checks that sources are conpliant with a description of this kind : - GUI contains pkg_1, pkg_2 - DB contains pkg_3, pkg_4 - GUI is a layer over DB It will then (for example) checks that pkg_3 is not using pkg_2. My tests are not really much more complex than this example, and this is why I am looking for real sources organized in true layers. -- Lionel Draghi