Making A Java Unit Testing Framework From Scratch
JUnit was one of the major breakthroughs in Java programming. In the couple of decades since version 1.0 first came out, JUnit has become so entrenched that most Java programmers now take it for granted.
Legend has it that JUnit, perhaps the most famous unit testing framework ever, was created with test-driven development (TDD).