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?

link|improve this question

77% accept rate
feedback

4 Answers

up vote 18 down vote accepted

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
link|improve this answer
1  
Do you intend to release a new version with the proposed Delphi 2009 patch ? – Pierre-Jean Coudert Apr 6 '10 at 14:02
feedback

Though it is stable, PascalMock hasn't been worked on in years.

There is a new mock library called Delphi Mocks. It works only with Delphi XE2, though the author hopes to eventually support Delphi 2010 or newer.

link|improve this answer
feedback

Try Dsharp. It is like Delphi Mocks, but without Memory Leaks.

IMHO DSHARP is better, though i was excited with Delphi Mocks at first.

link|improve this answer
feedback

Delphi Mock Wizard just generates wizards for Pascal Mock. They aren't competing implementations.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.