Archive for January, 2009

Hello, Dave
Monday, January 19th, 2009

There are quite a few good tools available for developers who are interested in writing more expressive tests. Frequent readers of this blog will doubtless know that I am a big proponent of easyb which is a very effective groovy-based Behavior Driven Development (BDD) tool. But what if your organization doesn’t support the [...]

Free Consulting!
Tuesday, January 13th, 2009

Nowadays everyone is looking for better ways of doing more with less. Companies are reducing staff, slashing budgets, and deferring major new investments while those remaining are left to shoulder the added burden created by these cuts. I believe that in order for software development teams to successfully meet these challenges they need [...]

Dynamic Returns with Easy Mock
Monday, January 5th, 2009

Previously I posted a little demonstration of capturing parameters passed into a mock with the newest version of Easy Mock. This was handy for those situations where you want to make assertions about how a class under test interacts with its collaborators. In this post I will show another cool new feature [...]