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,595c75298fbdce96 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Is Aunit helpful? References: <8a1e58c0-2330-4475-8013-97df103dd85e@o19g2000yqb.googlegroups.com> Date: Thu, 05 Aug 2010 08:07:34 -0400 Message-ID: <82r5ids1o9.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:LTqFK3cd31YMBbd1lW+T+/EjfF0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 380524c5aa97fe029e66116334 Xref: g2news1.google.com comp.lang.ada:12876 Date: 2010-08-05T08:07:34-04:00 List-Id: Ada novice writes: > Hi, being a beginner in Ada and in software engineering, I came across > a textbook mentioning aunit for writing test drivers. I write quite > simple Ada programs and was wondering if it's worth to learn aunit and > use it even on simple programs. I understand that it can be a time- > saver. Yes, it is a good way to organize your testing. It will not save time initially, but it will definitely save time in the long run. -- -- Stephe