Showing posts with label xunit. Show all posts
Showing posts with label xunit. Show all posts

Saturday, 13 September 2008

xUnit in Ruby

I'm working my way through Kent Beck's excellent "Test Driven Development: By Example". Part 2 is all about using TDD to write an xUnit framwork. The examples are in Python. I decided to replicate them in Ruby for the practice:


And the rest...