[fpc-pascal] Comparing version numbers
Dean Zobec
dezobec at tin.it
Sat Jun 3 18:05:41 CEST 2006
Jilani Khaldi wrote:
>
>> Learn to code with UnitTests (process is called Test Driven
>> Development).
>
> Never used. How does this work? I found only a unit called
> "UnitTests.pp" and nothing else.
> Thank you.
The first article that started the practice, written by Kent Beck and
Erich Gamma:
http://junit.sourceforge.net/doc/testinfected/testing.htm
See also the JUnit website
http://www.junit.org/index.htm
for more articles on the subject.
To get you started with unit testing with FPC:
http://www.freepascal.org/docs-html/fpcunit.pdf
Regards,
Dean
More information about the fpc-pascal
mailing list