London School TDD - Code Kata
Details
I'll talk a little about London School TDD and what it is, then we'll try it out on a code kata, working in pairs.
London School TDD is also known as "Mockist" or "Outside-In" TDD because you make use of mock objects to test interactions, and build the code starting from the outside - ie the user perspective.
