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 Path: g2news1.google.com!postnews.google.com!j8g2000yqd.googlegroups.com!not-for-mail From: John McCormick Newsgroups: comp.lang.ada Subject: Re: Is Aunit helpful? Date: Sun, 8 Aug 2010 06:39:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8bb67638-e3c0-449c-bed7-a7f24e453ae0@j8g2000yqd.googlegroups.com> References: <8a1e58c0-2330-4475-8013-97df103dd85e@o19g2000yqb.googlegroups.com> NNTP-Posting-Host: 67.212.111.21 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1281274783 10979 127.0.0.1 (8 Aug 2010 13:39:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Aug 2010 13:39:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yqd.googlegroups.com; posting-host=67.212.111.21; posting-account=jVm7MAoAAABZ69ylB7L9PjZAVQg4j4fC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12952 Date: 2010-08-08T06:39:42-07:00 List-Id: On Aug 4, 9:19=A0am, Ada novice wrote: > 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. > > Thanks > > YC You may be interested in a video tutorial on AUnit produced by Daniel Bigelow (independent consultant, www.bigelow.ch). http://www.adacore.com/2010/05/11/aunit-tutorials AUnit requires a knowledge of Ada's OO features. John