Good Unit Tests的意思|示意
良好的单元测试
Good Unit Tests的网络常见释义
良好的单元测试 对于一个专业程序员而言,最重要的是要进行良好的单元测试(Good Unit Tests,GUTs)。 Eureka!
好的单元测试 对于一个专业程序员而言,最重要的是要进行良好的单元测试(Good Unit Tests,GUTs)。 Eureka!
Good Unit Tests相关例句
That way, if something breaks (which it won't because you're writing really good unit tests, right?), you can look at the refactoring history and see what happened.
通过这种方式,如果出现错误(这种情况不会发生,因为您编写了非常出色的单元测试,不是吗?),就可以查看重构历史记录,看看发生了什么。
When new unit tests (or any other tests for that matter) are created, you simply need to drop them into the directory and things are good to go!
当创建了新的单元测试(或针对此问题的任何其他测试),只需要将它们放到该目录下,一切就准备妥当了!
"Good" here means a baseline for which the code has been fully compiled and that a set of unit tests has been run successfully.
“好的”在这里的意思是可以使代码可以完全编译,一组测试可以成功运行的基线。
Mary is working on the other major changes to the application -- she's doing a good job of writing unit tests, but the code is by no means perfect.
Mary 正在对这个应用程序做一些其他的修改 —— 她在编写单元测试方面做得很好,但是这个代码也太差了点。
Although it might seem like overkill to create unit tests for a small application like this, it really does build good programming practices to use this approach for even the smallest of projects.
尽管为这么小的应用程序创建单元测试似乎有点儿过分了,但是实际上即使对于最小的项目,使用这种方式也是良好的编程习惯。
As Figure 3 shows, it is a good practice to have each dojo module contain unit tests for just that module.
如图3所示,让每个Dojo模块都包含只针对该模块的单元测试是个很好的做法。