Re: [fpc-devel] FPCUnit: change proposal

2008-04-16 Thread Michael Van Canneyt
On Wed, 16 Apr 2008, Graeme Geldenhuys wrote: > Michael Van Canneyt wrote: > > > > If you leave the decorators intact, I don't see why not. I don't think > > using one excludes the other ? > > > > No, the plan was to leave the decorators as is. Simply add more functionality > to the fpcunit.p

Re: [fpc-devel] FPCUnit: change proposal

2008-04-16 Thread Graeme Geldenhuys
Michael Van Canneyt wrote: If you leave the decorators intact, I don't see why not. I don't think using one excludes the other ? No, the plan was to leave the decorators as is. Simply add more functionality to the fpcunit.pp file. Regards, - Graeme - __

Re: [fpc-devel] FPCUnit: change proposal

2008-04-16 Thread Michael Van Canneyt
On Wed, 16 Apr 2008, Graeme Geldenhuys wrote: > Hi, > > We use FPCUnit and DUnit2 (branch of DUnit v1) extensively in the tiOPF > [http://www.tiopf.com] project. DUnit2 has some impressive enhancements added > and improved design. > > One of the improvements is built-in support of SetupOnce/Te

[fpc-devel] FPCUnit: change proposal

2008-04-16 Thread Graeme Geldenhuys
Hi, We use FPCUnit and DUnit2 (branch of DUnit v1) extensively in the tiOPF [http://www.tiopf.com] project. DUnit2 has some impressive enhancements added and improved design. One of the improvements is built-in support of SetupOnce/TeardownOnce without the need for Decorators. Currently we