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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.124.131 with SMTP id u3mr18253412qar.5.1378004692123; Sat, 31 Aug 2013 20:04:52 -0700 (PDT) X-Received: by 10.49.134.37 with SMTP id ph5mr628355qeb.4.1378004692109; Sat, 31 Aug 2013 20:04:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!fx3no6380576qab.0!news-out.google.com!p7ni0qas.0!nntp.google.com!fx3no6380571qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 31 Aug 2013 20:04:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.33.246.77; posting-account=uPViEgkAAACC04vaTYL5Kyk76brV1MA_ NNTP-Posting-Host: 93.33.246.77 References: <20130827230816.535a440d@atmarama.noip.me> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2d63795c-36ee-4da3-af2e-ec377d977227@googlegroups.com> Subject: Re: Object Pascal vs Ada -- which is better for a hobbyist? From: Maurizio Tomasi Injection-Date: Sun, 01 Sep 2013 03:04:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:17071 Date: 2013-08-31T20:04:51-07:00 List-Id: On Wednesday, August 28, 2013 1:37:27 AM UTC+2, Hibou57 (Yannick Duch=EAne)= wrote: > The table says there is no unit testing in Ada while it says D provides = =20 > it. At least they are wrong about Ada, as there is AUnit (comes in two = =20 > incompatible different flavours, the FSF and GPL ones, but it's there), = =20 > which as its name suggest, is to Ada, what JUnit is to Java. It is not the same thing. Ada needs an external library, while the D langua= ge provides built-in support. Unit tests can be run by the compiler using a= n appropriate switch, see http://dlang.org/unittest.html. Maurizio.