Ahven is a simple unit testing library (or a framework) for the Ada
programming language. It is loosely modeled after Junit and some ideas are
taken from Aunit.
Features:
· Simple API
· Small size
· Junit-compatible test results in XML format, which allows integration with
tools like Jenkins or Teamcity
· Strict coding style (enforced by Adacontrol)
· Plain Ada 95 code, no Ada 2005 features used, but can be compiled as Ada 2005
or Ada 2012 code if needed
· Portable across different compilers and operating systems
· Permissive Open Source license (ISC)