JUnit
https://junit.org/
Erich GammaとKent 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).
出典:https://martinfowler.com/bliki/Xunit.html
bliki-jaに訳がある: https://bliki-ja.github.io/Xunit
『JUnit の歴史とテスティングの未来(Kent Beckインタビュー)』を訳します。:An Agile Way:オルタナティブ・ブログ -- 平鍋健児 他訳(途中まで…??)
元のエピソード。50分ぐらいある: https://se-radio.net/2010/09/episode-167-the-history-of-junit-and-the-future-of-testing-with-kent-beck/
テスト熱中症では、JUnitを使ってテスト駆動開発(当時はTDDと言う言葉はなかった)を行うかの実例を示している。