编写单元测试 meaning in Chinese
writing the unit tests
Examples
- Write unit tests before you write the code
在编写代码之前编写单元测试。 - Write unit test programs for your code
为你的代码编写单元测试程序。 - You accomplish several quality goals by writing unit tests first
您通过首先编写单元测试来完成几个质量目标: - You can write unit tests by hand or generate them automatically
既可以手动编写单元测试,也可以自动生成它们。 - You would write the unit tests , run them , and see that they fail
你将编写单元测试程序,运行他们,看到他们运行失败。