DelphiUnit
Last edit September 22, 2009
DUnit is a port of the
TestingFramework
to
BorlandDelphi
's
ObjectPascal
. The DUnit project lives at
SourceForge
.
You can find DUnit following the links:
http://sourceforge.net/projects/dunit/
and
http://dunit.sourceforge.net/
Originally based on port of JUnit by
JuancoAnez
, it includes work from
ChrisMorris
,
JeffMoore
and other developers in the DUnit Group, and will include work from
SergeBeaumont
who did another
DelphiUnit
(currently hosted at the XProgramming
http://www.xprogramming.com
).
HoldenGlova
and a colleague are also working on a port of the
TestingFramework
, but there's currently no URL (try
HoldenGlova
).
As of at least RAD Studio 2010 this is included as a standard part of Delphi. The IDE can generate a project with test cases for selected methods in a .pas file.
CategorySoftwareTool
CategoryDelphi