Tero Koskinen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tkoskine / Ahven http://ahven.stronglytyped.org/

Unit test library for Ada 95

Clone this repository (size: 741.2 KB): HTTPS / SSH
hg clone https://bitbucket.org/tkoskine/ahven
hg clone ssh://hg@bitbucket.org/tkoskine/ahven
Tag
ahven-1.4
Filename Size Date modified Message
ahven_tests.adb 1.9 KB Add tests for Ahven.VStrings.
ahven_tests.ads 920 B Reorganize test logic a little to avoid global variables.
assertion_tests.adb 2.7 KB Add a new generic procedure: Assert_Equal.
assertion_tests.ads 1.0 KB Add a new generic procedure: Assert_Equal.
basic_listener_tests.adb 4.0 KB Introduce a new record for Strings: VString
basic_listener_tests.ads 1.0 KB Add a new test: Error Inside Suite.
derived_tests.adb 1023 B Add initial version of XML_Runner and modify test case names to look
derived_tests.ads 965 B Add a testcase for situation where tests are derived from a base type.
dummy_tests.adb 2.1 KB Add a test for Tear_Down procedure.
dummy_tests.ads 1.5 KB Move Dummy_* constants to Dummy_Tests package.
framework_tests.adb 10.4 KB Add two new tests for Test_Suite.Run procedure.
framework_tests.ads 1.7 KB Add two new tests for Test_Suite.Run procedure.
results_tests.adb 5.0 KB Update copyright years.
results_tests.ads 1.1 KB Add tests for adding Pass/Failure/Error test results into a result collection.
simple_listener.adb 1.8 KB Introduce a new record for Strings: VString
simple_listener.ads 1.7 KB Introduce a new record for Strings: VString
slist_tests.adb 7.4 KB Update copyright years.
slist_tests.ads 1.2 KB Convert invidual linked lists to use generic Ahven.SList.
static_test_case_tests.adb 3.1 KB Oops, commit the actual static test case stuff also.
static_test_case_tests.ads 1.0 KB Fix copyright year.
tap_tester.adb 1007 B Add forgotten Tap_Tester.
tester.adb 1007 B Update copyright.
vstring_tests.adb 2.2 KB Fix AdaControl errors.
vstring_tests.ads 1.0 KB Add tests for Ahven.VStrings.