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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59a642644fac1faa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-14 09:21:15 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn53feed!worldnet.att.net!attbi_s53.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: Subject: Re: debbuger or unit test tool X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1076779274 24.147.74.171 (Sat, 14 Feb 2004 17:21:14 GMT) NNTP-Posting-Date: Sat, 14 Feb 2004 17:21:14 GMT Organization: Comcast Online Date: Sat, 14 Feb 2004 17:21:14 GMT Xref: archiver1.google.com comp.lang.ada:5572 Date: 2004-02-14T17:21:14+00:00 List-Id: "Simon Wright" wrote in message news:x7vn07l8u2j.fsf@smaug.pushface.org... > orvio@yahoo.com (orvio) writes: > > > In other case, can anyone suggest me another tool for ADA unit test? > > We are happy with AUnit . We did > evaluate VectorCast, I don't remember the details but my _impression_ > was that the possible advantage of being able to change the test > script without recompilation was not so big an advantage on fast > hardware. Also we had trouble getting it to understand our (complex > GNAT) compilation environment. > AUnit might be appropriate in a lot of cases. I've used it a few times at home for some projects. Where I think it ends up lacking is management of stubs for test cases. Some of the commercial tools can help automate the actual test generation but I think that is of limited value given the learning curve for the tool but automated stub management would be really nice in my environment (where it quickly becomes difficult to manage unit level test cases).