| Source path: svn/ trunk/ testutil/ aunit/ util-xunit.ads |
|
|
|
Change log
AUnit compilation fixes - Since AUnit versions are not consistent, provide a specific Test type that provides an Assert dispatching operation. Some AUnit version provide it some others don't.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r380
by Stephane.Carrez
on Nov 27, 2011
Diff
Aunit issues - Override the Assert procedure as older versions of Aunit don't provide it
r379
by Stephane.Carrez
on Nov 27, 2011
Diff
Cleanup AUnit implementation: remove unused Assert_Equals procedures
r375
by Stephane.Carrez
on Nov 26, 2011
Diff
Refactor 'testutil' to isolate the AUnit files - Move the AUnit specific files in 'testutil/aunit' - Add a configure option '--enable- ...