mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
42c75472fb
Avhen is a testing framework for the Ada programming language. It has functional similarities to JUnit and AUnit. Approved by: bapt (mentor)
14 lines
467 B
Plaintext
14 lines
467 B
Plaintext
Ahven is a simple unit test library and framework for the Ada programming
|
|
lanugage. It is loosely modelled after JUnit and some ideas from AUnit.
|
|
|
|
Features:
|
|
Simple API
|
|
Small size
|
|
JUnit-compatible test results in XML format
|
|
Strict coding style enforced by AdaControl
|
|
This allows integration with tools like Jenkins and CruiseControl
|
|
Limited to Ada95 language features
|
|
Permissions open source license (ISC)
|
|
|
|
WWW: http://ahven.stronglytyped.org
|