up vote 25 down vote favorite
20
share [g+] share [fb]

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
Are there online articles which help to get new users started with mocking libraries for Delphi? – mjn Oct 3 '11 at 7:06
feedback

2 Answers

up vote 16 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

Your Answer

 
or
required, but never shown

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