Re: [fpc-pascal] Cucumber and other testing framework

2010-01-25 Thread Graeme Geldenhuys
ik wrote: > > Are there other testing > framework (not counting fpcunit), that written for Pascal/FPC ? Yes. See my full reply in the Lazarus mailing list. http://github.com/graemeg/dunit2 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opens

[fpc-pascal] Cucumber and other testing framework

2010-01-25 Thread ik
Hello list, I wish to implement Cucumber (a BDD based testing framework). It has a protocol that needs to be implemented: http://wiki.github.com/aslakhellesoy/cucumber/wire-protocol But I do not have time for it at the moment. Are there other testing framework (not counting f