Delphi Spring, Mocks and how to use them: some links
Posted by jpluimers on 2011/09/27
Now that there is Spring and Mocks for Delphi, it is time to post a few links:
- Nick Hodges indicating he is going to write more about Delphi Spring and Mocks
- Nick Hodges’ first article (in a 5 series part) on Delphi Spring framework, Dependency Injection and Unit testing
- Vincent Parret on Introducing Delphi Mocks
- Nick Hodges’ Delphi Live session on the Delphi Spring Framework (I hope he posts samples and slides soon)
Hope you enjoy them as much as I do!
–jeroen
IL said
Stefan Glienke http://delphisorcery.blogspot.com/2011/09/pimp-your-unit-tests-using-mock-objects.html – Pimp your unit tests using mock objects – very similar to Vincent Parret’s Introducing Delphi Mocks
Stefan Glienke http://delphisorcery.blogspot.com/2011/09/aop-and-duck-typing-in-delphi.html – AOP and duck typing in Delphi
Vincent Parrett https://github.com/VSoftTechnologies/Delphi-Mocks – A Open Source Mocking framework for Delphi XE2 or later (Delphi Mocks is a simple mocking framework for Delphi XE2 or later. It makes use of RTTI features that are only available in Delphi XE2, however I do hope to be able to get it working with earlier versions of Delphi (2010 or later) at some stage.)
Stefan Glienke said
And AOP ;)
jpluimers said
Thanks, and thanks Ilya for the additional links.