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
Filename Size Date modified Message
ahven_tests.adb 1.8 KB Bye bye Ahven.VStrings.
ahven_tests.ads 920 B Reorganize test logic a little to avoid global variables.
assertion_tests.adb 2.7 KB Remove 'Test' prefix to simplify test names.
assertion_tests.ads 1.0 KB Add a new generic procedure: Assert_Equal.
basic_listener_tests.adb 3.9 KB Bye bye Ahven.VStrings.
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 3.1 KB Tell Adacontrol to be silent for this removable variable.
dummy_tests.ads 1.8 KB Add two tests for the timeout feature.
framework_tests.adb 16.0 KB Allocate Listener from stack.
framework_tests.ads 1.9 KB Add a test which runs an empty test case.
results_tests.adb 5.4 KB Bump copyright year to 2010.
results_tests.ads 1.1 KB Add tests for adding Pass/Failure/Error test results into a result collection.
simple_listener.adb 2.0 KB Add initial implementation for skipping tests.
simple_listener.ads 1.8 KB Add initial implementation for skipping tests.
slist_tests.adb 7.8 KB Oops, remove Skip() from the test.
slist_tests.ads 1.2 KB Add a test for Clear()ing empty list.
static_test_case_tests.adb 2.9 KB Simplify assertions and remove one AdaControl exception.
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.