When can I stop writing tests?
我什么时候能不写测试了?
Writing tests is easier than writing model code.
编写测试要比编写模型代码简单得多。
Maybe you don't think writing tests first is such a great idea.
也许您不认为先编写测试是一个好主意。
Writing down these tests helps focus our attention on what is important in our program.
写下这些测试有助于我们将焦点集中到程序的一些要点。
Write the unit test before writing code for class it tests.
首先编写单元测试,然后再编写要测试的类代码。
When I have completed writing the new class, then I run the unit tests again.
当我完成新类的编写时,我将再次运行单元测试。
Before writing any production code, we'd write our unit tests.
在实际开始编写产品代码之前,我们需要编写单元测试。
Writing good tests is hard work.
编写好的测试是一项繁重的工作。
Whenever possible, use these tests instead of writing your own.
如果可能,就直接使用这些测试程序,而不用自己去写。
Concentrate on writing and running the tests that are more important.
集中于撰写和运行更重要的测试。
Don't let that put you off writing the unit tests.
不要让这种情况让你放弃单元测试。
Don't let that put you off writing the unit tests.
不要让这种情况让你放弃单元测试。
应用推荐