原文: compilation bottleneck caused by the inclusion of all test case headers
譯文1: include了所有fixture的.h檔造成的compilation bottleneck(編譯瓶頸)
譯文2: 在主程式上忘記加上所有fixture的.h檔
原文: since it is in another file, it is easy to forget
譯文: 因為它需要另外加在主程式上,很容易漏掉
retreive是retrieve的筆誤
原文: retreive the instance of the TestFactoryRegistry
譯文: 取得TestFactoryRegistry的參考(從程式碼看起來是這樣呀)