Demonstrating Test-Driven Development and Evolutionary Design in the long run
2012-07-16
Let's Code Jumi #167: Parallel Execution (Part 1)
It's time to make the system run tests in parallel. We'll write a test class which passes only if its test methods are called in parallel, and then fix one part of the system which accidentally assumed sequential execution.