views:

1120

answers:

1

I want to start using mock objects on my Delphi projects.

After a quick google I've found those:

So my question is what one is your favourite and why?

+13  A: 

Woaw, I am the PascalMock project leader and it's the first time I heard about Delphi Mock Wizard! Very nice addition to PascalMock.

BTW you also have some smaller mock frameworks:

Maybe there are some other ones around?

Also PascalMock is open source and contributions or ideas of improvements are welcome.

PS: The latest PascalMock version from CVS add additional features to the 1.1 version, like:

  • automatic mock creation at run time for interfaces using RTTI
  • allow to expects methods calls in any order
  • expects at least x calls of a method
Do you intend to release a new version with the proposed Delphi 2009 patch ?
Pierre-Jean Coudert