comp.lang.ada
 help / color / mirror / Atom feed
* ANNOUNCE: Ahven 2.0 and Ahven 2.1
@ 2011-09-24  4:54 Tero Koskinen
  0 siblings, 0 replies; only message in thread
From: Tero Koskinen @ 2011-09-24  4:54 UTC (permalink / raw)


Hi,

I released two versions of Ahven today, Ahven 2.0 and Ahven 2.1.

Ahven 2.0 introduces two new features: timeouts and test skipping;
and Ahven 2.1 fixes a bug in the skipped test reporting.

You can get the source code from SourceForge:
https://sourceforge.net/projects/ahven/files/

Changelog:

2011-09-24 Ahven 2.1
====================

Bugs fixed
----------
   * Ahven.Text_Runner did not report skipped tests correctly.
     This is now fixed.

Internal
--------
   * Function Ahven.Results.Skipped_Count was added.

2011-09-23 Ahven 2.0
====================

Changes
-------
   * Tests can be now given a timeout value. If a test is not
     executed in the given time, it is stopped and a timeout
     failure is reported. See '-t' option of the test runners.
     The timeout feature depends on the possibility to abort
     a task after a certain amount of time. If the task abortion
     is not possible, the current test will continue running
     even after the given timeout.

   * A test can be now skipped programmatically by calling
     procedure Skip("Message"). A skipped test are considered
     to be equal to passed tests, but depending on the test
     runner, they can have extra "SKIP" information attached.

   * README is now provided in reStructured text format,
     just like the manual.

Bugs fixed
----------
   * Ahven can be compiled on Fedora systems by installing
     package "libgnat-static". Note: This was not a bug in
     Ahven but a configuration issue on Fedora.


About Ahven:

Ahven is a simple unit test library (or a framework) for
Ada programming language. It is loosely modelled after JUnit
and some ideas are taken from AUnit.

Ahven is free software distributed under permissive ISC license
and should work with any Ada 95 or 2005 compiler.

Homepage:
 http://ahven.stronglytyped.org/

-- 
Tero Koskinen - http://iki.fi/tero.koskinen/



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-24  4:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-24  4:54 ANNOUNCE: Ahven 2.0 and Ahven 2.1 Tero Koskinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox