Static unit tests also don't have to be intact like dynamicunit tests for the helper classes because you only use them to build and test your game.
静态单元测试也不需要像动态单元测试那样原封不动,因为你只是用它们来生成和测试你的游戏。
2
Though you will not test your static unit tests very often, dynamicunit tests can be tested every single time you compile your code (if they all run quick enough).