Menu

DUnit 3.2.5.0 released - XP Unit Test Framework for Del

ANN: DUnit 3.2.5.0 released - XP Unit Test Framework for Delphi

The latest version of DUnit (3.2.5.0) has been released. It can be downloaded here:

http://download.sourceforge.net/dunit/dunit-3.2.5.0.zip

DUnit is an Extreme Programming (XP) testing framework for writing unit tests in Delphi.

Included in this release:

[3.2.5.0]

Additions made in the last few releases:

Documentation
-------------
- Full API documentation in HTML format (Time2Help).
- Thorough readme introduction to DUnit.

General
-------
- Distribution includes compiled units and package.

Framework
---------
- New class: TGUITestCase with methods to aid in testing GUIs.
- New convenience methods for building & registering suites.
- assert* methods renamed to check*
- bug fixes and tweaks

GUITestRunner
-------------
- New Options menu: allows toggling of the following features:
- Auto Save Configuration (which tests are selected)
- Error Box Visible (new memo box for displaying full error text)
- Auto Change Focus (focus starts on Run button, moves to Close if all
tests pass)
- Hide Test Nodes on Open (if enabled, can see only suite nodes, helpful
for nav)
- Break on Failures (toggles the exception class used by fail methods
between EAbort descendant and other)

DUnit links:

http://dunit.sourceforge.net/
http://sourceforge.net/projects/dunit

For more information on XP, visit the following links:

http://www.xprogramming.com/
http://www.extremeprogramming.org/
http://www.c2.com/cgi/wiki?ExtremeProgrammingRoadmap
http://www.egroups.com/group/extremeprogramming

Posted by Chris Morris 2000-12-06

Log in to post a comment.