vote up 16 vote down star
13

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?

flag

63% accept rate

1 Answer

vote up 11 vote down check

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|flag

Your Answer

Get an OpenID
or

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