[fpc-pascal]class methods in FPC version 1.9.0
Vincent Snijders
vslist at zonnet.nl
Fri Nov 14 16:25:46 CET 2003
On Fri, 14 Nov 2003 09:59:53 +0100 (CET)
marcov at stack.nl (Marco van de Voort) wrote:
> > Btw I was thinking about beginning a port of the JUnit testing
> > framework to Free Pascal, as I'm no longer feeling safe without a
> > unit testing net when programming. Could it be interesting? Or it's
> > been already done?
>
> Jedi has a Delphi port of JUnit called DUnit, but I doubt it will
> work, it meddles too much with the internals of objects.
I am trying to port the DUnit test framework to fpc and lazarus, see for
more info
http://lazarus-ccr.sourceforge.net/index.php?wiki=DunitProject.
The testframework unit compiles and I don't see to many troubles with
the text test runner. I am still a bit in a doubt, if it would be
possible to put the test classes in a library and make the path to
library a command line argument. I have to do some research to find out
to what level fpc supports libraries.
Vincent.
More information about the fpc-pascal
mailing list