FPTest

From Free Pascal wiki
Revision as of 15:26, 19 December 2011 by Ggeldenhuys (talk | contribs) (new page for FPTest project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

FPTest (Free Pascal Testing Framework) is a unit testing framework. It is a fork of the DUnit2 project created by the late Peter McNabb, but tweaked specifically for use with the Free Pascal Compiler.

Features

How does it compare to FPCUnit?

I (Graeme Geldenhuys) was a long time user of FPCUnit. I even contributed and helped extend the FPCUnit project. But FPCUnit has some design flaws which makes it mostly useful for smaller project and less complicated test suites. The FPTest testing framework overcomes all the issues I had with FPCUnit, and adds many more features.