Making Code More Testable – Breaking Static Dependencies

August 31st, 2009

Hi guys, it’s been a while that I haven’t posted anything. I was thinking writing all those technical things sometimes is not enough for the reader to visualize the concept. So I came up with a screencast this time. I’ll try to create these screencasts once a week and will cover different topics. This series will contain Making Code More Testable talks only. For other topics, I’ll create different series. Anyways, let’s get back to the overview :)

TDD

10 Comments

Using JUnit DataPoints and Theories

July 13th, 2009

Today I was digging something for one of my custom projects in JUnit’s package and I came across with very nice feature. I think it’s going to make much more sense after my first article about JUnit’s @Parameterized annotation.

TDD

1 Comment

Using JUnit Parameterized Annotation

June 11th, 2009

It’s been a while since my last post. I thought that maybe it’s time to post some new stuff :) OK, here it is:

TDD

3 Comments