generated at
JUnit

Erich GammaKent Beckによって作られたJavaにおけるxUnitティスティングフレームワーク
初期バージョンの石井勝の解説→Kent Beck Testing Framework 入門
アトランタで開催された OOPSLA 1997 に向かう航空機の中で、Kent Beck と Erich Gamma がペアプログラミングをして開発したのがもとになっている。
>JUnit was born on a flight from Zurich to the 1997 OOPSLA in Atlanta. Kent was flying with Erich Gamma, and what else were two geeks to do on a long flight but program? The first version of JUnit was built there, pair programmed, and done test first (a pleasing form of meta-circular geekery).
bliki-jaに訳がある: https://bliki-ja.github.io/Xunit
テスト熱中症では、JUnitを使ってテスト駆動開発(当時はTDDと言う言葉はなかった)を行うかの実例を示している。