网站首页  词典首页

请输入您要查询的英文单词:

 

单词 unit tests
释义

unit tests

  • 网络一个单元测试;编写单元测试;单元测试源代码
1.
一个单元测试
3. 为持久层创建一个单元测试(unit tests)。 4. 配置 Hibernate 和 Spring。
www.scribd.com
2.
编写单元测试
...步骤都很重要,但是我还是想重点强调以下几个步骤:“编写单元测试”(Unit Tests),“代码审阅”(Code Review)和“代码分析”…
blogs.msdn.com
3.
单元测试源代码
在Eclipse中使用Maven... ... src/main/config:Configuration files。 配置文件。 src/test/java:Unit tests单元测试源代码。 ...
blog.csdn.net
4.
单元测验
简明英语阅读实用... ... Answer to Exercises( 练习参考答案) Unit Tests单元测验) Answers to Unit Tests( 单元测验参 …
www.waterpub.com.cn
5.
单元测试个数
Sonar参数大全二... ... 39. Unit test failures 单元测试失败数 41. Unit tests 单元测试个数 6. Critical violations 严重违规 ...
wangdehe88.blog.163.com
6.
单元测试数目
Sonar度量值二 -... ... New Violations 新的违规数目 Unit tests 单元测试数目 Unit tests duration 执行单元测试的时间 ...
wangdehe88.blog.163.com
7.
测试结果
...共花了多少时间(Time to build),还有测试结果Unit Tests)等等,左边 Latest Build下面列出了历次创建的时间摘要:继 …
blog.tianya.cn

例句

释义:
1.
More than any other testing framework, JUnit has driven developers to understand the usefulness of tests, especially of unit tests.
JUnit超过了其他测试框架,推动开发人员理解了测试尤其是单元测试的用途。
www-128.ibm.com
2.
Though Bob starts with TDD, he seems to agree that to be a professional you need to have good unit tests.
尽管Bob是以TDD开始说明,但他似乎同意专业化就是需要有良好的单元测试。
www.infoq.com
3.
Because unit tests execute so quickly, they are easy to run often as a part of a build.
由于单元测试执行得相当快,很容易将它们作为构建的一部分经常运行。
www.ibm.com
4.
Up until now, it was possible to run unit tests against your personal Twitter account without anybody knowing what you were up to.
到目前为止,可以在个人Twitter帐户上运行单元测试,而其他人并不知道您要干什么。
www.ibm.com
5.
So, you've got a nicely woven Maven project, and you'd like to test Jester on your unit tests (or at least on a group of tests).
那么,您已经得到了一个精心编织的Maven项目,并且希望在单元测试(或者至少在一组测试中)中测试Jester。
www.ibm.com
6.
Always try to run all unit tests once a day or once a week to make sure your latest code changes did not add new bugs or errors.
经常试着每天都运行一次所有的单元测试,或者每周一次的确认你最新的代码修改没有添加新的错误。
www.diybl.com
7.
In some cases, the unit tests themselves may be changed by the refactoring, but the point is that this should happen automatically as well.
在某些情况下,重构可能改变单元测试本身,但重要的是这也应该是自动发生的。
www.ibm.com
8.
A suite of unit tests for an interface can also be viewed as a form of documentation for that interface.
接口的一套单元测试还可以被视为该接口的一种文档形式。
www-128.ibm.com
9.
As you'll see in just a moment, dealing with this injected log object when writing unit tests requires an extra step.
您稍后将会看到,编写单元测试时,处理这个注入的log对象需要一个额外步骤。
www.ibm.com
10.
Alistair seems to agree that there is no discounting the fact that unit tests are important.
Alistair似乎同意单元测试的重要性是毫无折扣可讲的。
www.infoq.com
1.
That said, the unit tests of Dojo almost all follow a common structure to make it simple for new module owners to pick up and run with it.
Dojo的单元测试几乎都遵循通用的结构以使新模块所有者便于上手和使用。
www.ibm.com
2.
At the end, you said the hallmark of the professional is to have good unit tests, and TDD is one way of achieving that.
最后,你又提到专业化的标志就是拥有良好的单元测试,而TDD则是达成这一目标的一种方法而已。
www.infoq.com
3.
This book is one of their earlier publications and is a must-read for any Java programmer who wants to be good at writing unit tests.
这本书是他们的早期作品之一,它是每一个想要很好的编写单元测试用例的Java程序员的必读书籍。
www.ibm.com
4.
Unit tests, executed by developers, allow you to identify and fix problems early on, which lowers both costs and project risks.
由开发人员所执行的单元测试使您在早期辨别并修改问题,这样做既降低了成本又降低了项目风险。
www.ibm.com
5.
That said, it does not mean that there cannot be a test suite module file that loads all the unit tests for all modules.
但这不意味着不允许任何能够加载所有模块的全部单元测试的测试套件模块文件的存在。
www.ibm.com
6.
Because the unit tests for an interface should also serve as documentation, it is essential that they be as easy to read as possible.
因为接口的单元测试还可作为文档,主要是要尽可能容易阅读。
www-128.ibm.com
7.
This project includes all the necessary components of a small project, like unit tests, persistent units, and a working screen.
这一项目包含了一个小项目必须的所有组件,如单元测试、持久化单元、以及工作屏(workingscreen)。
www.infoq.com
8.
Immersed in a BBM, the last thing you think of are classic unit tests.
于BBM,您认为的最后一件事情是经典的单元测试。
msdn.microsoft.com
9.
You are in the middle of making a large set of changes, and you know that one of your unit tests will be broken for a while.
您正处于对代码进行大量修改的过程中,并且您知道某个单元测试暂时会出现故障。
technet.microsoft.com
10.
Your code did not crash for the sole reason that you did not run the unit tests before checking in.
你的代码没有崩溃是因为在签入之前你忘记作单元测试。
www.bing.com
1.
Developers seem to think that having run the product through the Unit tests ensures that the product is well-tested and production ready.
开发者好像开始认为跑遍单元测试就可以保证产品的开发跑遍开始可测试和产品的质量。
www.cto360.com
2.
If you write unit tests only using the Database Unit Test Designer, you might not be familiar with the concept of a test class.
如果您只使用资料库单元测试设计工具来撰写单元测试,您可能会不太熟悉测试类别的概念。
technet.microsoft.com
3.
Unit tests are part of every programming assignment and part of the project.
单元测试是每一份分配的编成任务的一部分,也是项目的一部分。
www-128.ibm.com
4.
Whether or not you use Contract4J with your unit tests, thinking about the contract of your components will improve your designs.
不论是否使用Contract4J进行单元测试,考虑组件的合约都会改进设计。
www.ibm.com
5.
If you think a piece of code is confusing, write unit tests for it.
如果你觉得一段代码难于理解,那么就写一个单元测试。
kb.cnblogs.com
6.
Test-driven programming is letting programmer tests (or unit tests -- again, just a choice of terms) drive the code you write.
测试驱动的编程是让程序员测试(即单元测试―重申一下,只是换用一个术语)决定您所编写的代码。
www.ibm.com
7.
Given the importance of unit testing in the Ruby world, you would hope that the RDT makes it easy to run unit tests.
既然单元测试在Ruby环境中如此重要,那么当然希望RDT可以使运行单元测试更容易。
www.ibm.com
8.
The Cactus framework is an extension of JUnit that enables you to run unit tests inside a container.
Cactus框架是JUnit的扩展,Junit使您能够在一个容器中运行单元测试。
www.ibm.com
9.
You can also open up the unit tests in the composite application editor to see how they were assembled.
还可以在复合应用程序编辑器中打开单元测试,看看它们是如何装配的。
www.ibm.com
10.
Once you've written a few unit tests, you can always run them through an IDE, but you'll also want to run them as part of a build process.
一旦编写了一些单元测试,就可以一直通过IDE运行这些测试,但您也想要将这些测试作为构建过程的一部分来运行。
www.ibm.com
1.
As such, this design document is always up-to-date because the unit tests always have to pass.
这样,由于单元测试必须通过,所以设计文档总是最新的。
www.ibm.com
2.
XP teams integrate their code several times a day, after they get all the unit tests for the system to run.
XP团队在一天中集成了代码几次,每次都在所有单元测试对系统运行后执行。
www.ibm.com
3.
Performance issues can emerge from unit tests, which leads me back to the code to see if I can make some improvements.
单元测试会引发性能问题,这使得我重新审视代码以查看是否可以进行一些改进。
www.ibm.com
4.
The NUnit application provides a framework for writing unit tests, as well as a graphical interface to run these tests and view the results.
NUnit应用程序提供了一个用于编写单元测试的框架,以及一个运行这些测试和查看结果的图形界面。
unixlzx.blog.163.com
5.
Following the TDD pattern, we have continued to define our unit tests, as shown in Listing 6-25.
遵照TDD模式,我们继续定义了我们的单元测试,如清单6-25所示。
www.bbsmvc.com
6.
Whatever the reasons, you may decide that 100% coverage of unit tests is not appropriate, but you certainly expect it to be close to 100%.
无论什么原因,您确定单元测试的覆盖率达到100%是不恰当的。
www.ibm.com
7.
This results in a lot of pain when trying to write unit tests, and longer term it greatly limits the flexibility.
这一结果在当你尝试编写单元测试的时候是很痛苦的,而且从长远来看也极大地限制了灵活性。
www.infoq.com
8.
The code change is committed (or checked in), and its unit tests become part of the integration suite.
提交(或检入)代码变更,并且代码变更的单元测试成为集成套件中的一个部分。
www.ibm.com
9.
On many Agile teams, all new code is covered by an automated unit test, and all unit tests are run every time a build is performed.
在许多敏捷团队中,全部新代码都要经过自动化的单元测试,每次执行架构都会运行所有单元测试。
www.ibm.com
10.
You all agree there is a fundamental value to unit tests, if only you could run them in a more agile manner.
你们的结论是:单元测试有其重要的作用,但必须要能用一种更为敏捷的方式运行它们。
www.ibm.com
1.
For a while now I've been writing RSpec specifications to test Expectnation, rather than "traditional" Rails unit tests.
最近,我已经用RSpec规范来测试Expectnation,而放弃了Rails传统的单元测试。
www.bing.com
2.
From the testing standpoint, any unit tests are always better than no unit tests, but some unit tests are better than others.
从测试的角度来看,有单元测试总是好于没有单元测试,但有些单元测试又好于其他一些单元测试。
www.ibm.com
3.
Unit tests make it easier to find and resolve problems early which can translate into huge savings over the life of a project.
单元测试使早期发现和解决问题更容易,这可以转化成项目开发时间的大量节省。
www.ibm.com
4.
Because these tests take longer to run than true unit tests, you may find that you can't run them all the time.
由于这些测试比真正的单元测试运行时间长,因而不能一直运行它们。
www.ibm.com
5.
For example, OpenEJB allowed for an embedded container (and even an embedded database) to make it easy to write unit tests for your EJBs.
例如,OpenEJB允许使用嵌入式容器(甚至是嵌入式数据库)以简化EJB单元测试的编写。
www.ibm.com
6.
If I'm developing for long stretches of time without having written corresponding unit tests, I get the jitters.
如果我相当长一段时间都在进行开发,而没有编写相应的单元测试,我就会觉得紧张。
www.ibm.com
7.
If the check box is cleared and you do not specify fully qualified names in the scripts and unit tests, those references are not found.
如果清除核取方块,而您未在指令码和单元测试中指定完整名称,就会找不到这些参考。
technet.microsoft.com
8.
Unit tests give me the confidence that my code works and that I can change it, at a moment's notice, without the fear of it breaking.
单元测试给我信心,让我相信我的代码能够工作,而且我只要看一下,可以修改它,就不会害怕它会崩溃。
www.ibm.com
9.
One way is to have a thorough set of unit tests for the code: the code should pass the tests both before and after refactoring.
第一种方法是对代码进行一套完全彻底的单元测试:在重构之前和之后都必须通过这样的测试。
www.ibm.com
10.
You'd like any unit tests we write to be executed automatically as a part of the build.
您也许希望我们编写的所有单元测试都能够作为构建的一部分自动执行。
www.ibm.com
1.
Within the development environment, run unit tests to exercise all parts of your application that generate SQL.
在开发环境中,运行单元测试来检验生成SQL的应用程序的所有部分。
www.ibm.com
2.
Having an automated system build your code and run the unit tests can be a more reliable solution.
让自动系统来构建代码、运行单元测试,可能是更可靠的解决方案。
www.ibm.com
3.
If you're like many programmers who aren't fond of commenting code, unit tests are a way of documenting your code behavior.
如果您像其他许多程序员一样不喜欢为代码加注,则单元测试是记录代码行为的一种方法。
www.ibm.com
4.
It is difficult to start by creating unit tests for existing code, but it is possible.
(尽管为现有代码创建单元测试比较困难,但并非无法实现)。
www.ibm.com
5.
For unit tests, code that indicates these deployment items is written into the source code for the test, as an attribute.
对于单元测试,指示这些部署项的代码将作为属性写入该测试的源代码中。
msdn2.microsoft.com
6.
Common unit tests, however, are of advantage when it is desirable to reuse abstract tests, as it is the case for various container tests.
通用的单元测试,在需要重用抽象测试时具有优点,因为这是各种容器测试需要的情形。
wiki.woodpecker.org.cn
7.
Translate block comments at the beginning of methods describing what the method does into unit tests.
将位于方法开头、说明该方法所起作用的注释块翻译为单元测试。
www.ibm.com
8.
The tests also show one of the other best practices for writing unit tests; keep the tests as simple and small as possible.
这些测试还显示了编写单元测试的另一种很好的做法,那就是让测试尽量地简单和小巧。
www.ibm.com
9.
If you run database unit tests now, the data generation plan populates the database one time, at the start of your test run.
如果您立即执行资料库单元测试,则资料产生计划会在测试回合开始时填入资料库一次。
technet.microsoft.com
10.
Finally, test-driven development forces you to write unit tests as part of the normal process of writing an application.
最后,测试驱动的开发将迫使您将编写写单元测试作为开发应用系统通常过程的一部分。
space.itpub.net
1.
Often, only the most dedicated developers will take the time to maintain all of their unit tests when faced with a tight deadline.
常常只有最专注的开发人员会在面临紧张的期限时花时间来维护他们所有的单元测试。
www.ibm.com
2.
Most of our developers started writing unit tests as soon they had a software unit that could conceivably be tested.
我们多数的开发人员在他们拥有一个能够被测试的软件单元不久就开始编写单元测试。
www.ibm.com
3.
I don't get too hung up about it, but I'd say if you're just starting out, think of unit tests as just writing a test case per class.
我这里只是粗略地一说,不过,如果你想开始试试的话,可以把单元测试看成是为每个类编写个测试案例。
pro.yeeyan.com
4.
Introduces the concept of using Assert statements and T-SQL assertions in your database unit tests.
描述在数据库单元测试中使用Assert语句和T-SQL断言的概念。
msdn2.microsoft.com
5.
Lastly, unit tests provide you with a high degree of confidence, which translates into developer satisfaction.
最后,单元测试可使您高度自信,这又会转化为开发人员的满意度。
www.ibm.com
6.
Often a good debugging technique is to write focused unit tests around the area where the bug is.
针对包含漏洞的代码段编写单元测试,是一种很好的调试技术。
kk.dongxi.net
7.
To me, unit tests are fast running tests that typically test individual classes that don't have heavy external dependencies like databases.
对我来说,单元测试是快速运行的测试,通常测试没有大的外部依赖项(如数据库)的单独的类。
www.ibm.com
8.
But what if you want your metaprogramming to be more limited (especially important when writing unit tests)?
但是如果希望对元编程进行更多的显示该怎么做(对于编写单元测试尤其重要)?
www.ibm.com
9.
In order for unit tests to be useful, you need to be able to execute them very fast.
为使单元测试发挥作用,需要能够很快地运行它们。
space.itpub.net
10.
But, I feel like if a team really did have 100% code coverage of their unit tests, there'd be a couple of problems.
但,我认为如果一个团队用单元测试100%覆盖了他们的代码,可能会产生两个问题。
www.bing.com
1.
Unit tests represent the primary safety net that allows you to refactor your code base at will.
单元测试可以提供最重要的安全屏障,允许您按照自己的意愿重构代码库。
www.ibm.com
2.
Don't kill yourself striving for 100% coverage of code with automated unit tests. But take a few minutes to increase your coverage by 1%.
不要为了追求100%的自动化单元测试代码覆盖率而焦头烂额,但是不妨花费一些时间将你的测试代码覆盖率提高一个百分点。
www.bing.com
3.
And best of all , he already had a complete set of unit tests.
更大的好处在于,你有了完整的已经拥有一整套完全的单元测试。
olive18.wordpress.com
4.
Without isolation and automation , database- driven unit tests can become a maintenance nightmare of sporadic failures and bad test data .
在没有隔离和自动化的情况下,数据库驱动的单元测试将成为对零星故障和错误测试数据的维护恶梦。
www.bing.com
5.
The build may break, or some unit tests may be excluded, so there's a real need to keep Eclipse and Maven metadata synchronized.
构建可能会中断,或者一些单元测试可能被拒绝,因此,真的需要使Eclipse元数据和Maven元数据保持同步。
www.ibm.com
6.
Luckily, I learned that pushing untested code into production didn't work; consequently, I began to write unit tests.
幸运的是,我已经学到绝不应该将未经测试的代码投入生产;因此开始坚持编写单元测试。
www.ibm.com
7.
If you have a very simple project, writing unit tests for it may take time that would be better spent in just writing the project itself.
如果是一个非常小型的项目,那花在编写单元测试上的时间更应该用在写项目上。
www.bing.com
8.
Writing a suite of maintainable, automated unit tests without a testing framework is virtually impossible.
如果没有测试框架,编写一套可维护的自动化单元测试几乎是不可能的。
www.ibm.com
9.
Describes how, after you create your database unit tests, you run them to see the results.
描述在建立资料库单元测试之后,如何执行这些单元测试以查看结果。
technet.microsoft.com
10.
That's what these unit tests are: a set of coded use cases that document what a class does, given a controlled set of inputs.
那就是单元测试:一系列记录类所做工作的用例代码,提供输出控制。
www.ibm.com
1.
Unit tests constitute design documentation that evolves naturally with a system.
单元测试创建随系统自然发展的设计文档。
www.ibm.com
2.
As part of your unit tests, you might generate test data by running an existing data generation plan.
作为单元测试的一部分,您可能会通过运行现有数据生成计划来生成测试数据。
technet.microsoft.com
3.
This methodology requires that I write unit tests for every function I add, and that I maintain those tests.
这种方法要求我为添加的每个函数编写单元测试,并且要维护这些测试。
www.ibm.com
4.
Unit tests help engineers reduce the number of bugs, hours spent on debugging, and contribute to healthier, more stable software.
单体测试帮助工程师减少缺陷数目和调试时间并有助于开发更健康、更稳定软件。
dongxi.net
5.
Moreover, you modify CruiseControl to only run your true unit tests on check-ins and component tests on an hourly basis.
不仅如此,您还修改了CruiseControl,从而只在(代码)签入时运行真正的单元测试,并以小时为基础运行组件测试。
www.ibm.com
6.
As systems' complexities increase, and with so many tools at our disposal, there's little reason to not rely on unit tests.
随着系统的复杂程度的增加,并且有这么多工具可供使用,没有什么理由不依靠单元测试。
www.ibm.com
7.
Unit tests give developers confidence in their work; unfortunately, bad unit testing also gives confidence, often with disastrous results.
单元测试让开发人员对他们的工作感到自信;不幸的是,坏的单元测试也会给他们自信,这常常会造成损失惨重的后果。
www.ibm.com
8.
The quality of your unit tests also plays a critically important role in continuous integration.
你的单元测试的质量也在持续集成中扮演着一个及其重要的角色。
www.ibm.com
9.
Provides tips about how to troubleshoot issues that you might experience when you create and run unit tests for your database.
提供有关如何解决在为数据库创建和运行单元测试时可能遇到的问题的提示。
technet.microsoft.com
10.
New menus and key combinations enable developers of unit tests to start test runs and select the tests to run more quickly.
使用新的菜单和组合键,单元测试开发人员可以更快速地选择要运行的测试以及启动测试运行。
msdn2.microsoft.com
1.
New menus and key combinations enable developers of unit tests to start test runs and select the tests to run more quickly.
使用新的菜单和组合键,单元测试开发人员可以更快速地选择要运行的测试以及启动测试运行。
msdn2.microsoft.com
2.
Now that the developers are doing rigorous work themselves with solid automated unit tests, the products I test are much more robust.
现在开发人员们使用可靠的自动化测试来让他们的工作更加严谨,我所测试的产品也就更加健壮了。
www.infoq.com
3.
Unit tests allow you to make changes with confidence; if a change breaks something, this will be revealed by the tests.
单元测试使您对改动充满信心;如果某个改动破坏了一些东西,测试将把它揭示出来。
www.ibm.com
4.
This step is similar to running pre-deployment unit tests, except for the nature of the JUnit test cases to run.
此步骤与运行部署前单元测试类似,不过JUnit测试用例的本质不同。
www.ibm.com
5.
This dependency injection model also enables unit tests to be run outside either a Java EE or OSGi runtime.
此依赖性注入模型还支持在JavaEE或OSGi运行时以外的时间进行单元测试。
www.ibm.com
6.
Load tests consist of a series of Web tests or unit tests which operate under multiple simulated users over a period of time.
负载测试由一系列Web测试或单元测试组成,这些测试在存在多个模拟用户的情况下运行一段时间。
msdn2.microsoft.com
7.
Download PHPUnit and start adding unit tests for your PHP scripts you can use for testing upgrades.
下载PHPUnit并开始为可用于测试升级的PHP脚本添加单元测试。
www.ibm.com
8.
Running unit tests on different workstations requires application servers where the containers can run.
在不同的工作站上运行单元测试需要有能运行容器的应用程序服务器。
www.ibm.com
9.
Once open editions of the project and packages are created, the programming pair proceeds to create or modify unit tests and program code.
一旦创建了工程和包的开放版本,编程对就会继续创建或修改单元测试和程序代码。
www.ibm.com
10.
To test a Web service this way, you could generate unit tests, or you could write a unit test by hand and mark it with this attribute.
若要以此方式测试Web服务,可以生成单元测试,也可以手动编写单元测试并使用此属性对单元测试进行标记。
msdn2.microsoft.com
1.
It has extensive unit tests (in part because I wrote it for a discussion of test-driven development).
它具有丰富的单元测试(因为我编写的目的是用于探讨测试驱动开发)。
www.ibm.com
2.
Furthermore, developers ran their unit tests on a regular basis to make sure their periodic changes weren. t breaking the software.
此外,开发人员以规范的基础运行他们的单元测试以确保他们的定期变化不会破坏软件。
www.ibm.com
3.
If you do not have unit tests that verify the functionality of your custom JavaScript code, you should consider it.
如果您没有通过单元测试验证您定义的JavaScript代码,您就应该考虑它。
www.ibm.com
4.
Programming in a task-focused way makes it easier to run unit tests frequently.
在以任务为中心的方式下编程更易于频繁运行单元测试。
www.ibm.com
5.
Say that the team process requires that no code can be checked in unless there are unit tests accompanying them.
团队过程要求除非进行单元测试,否则不允许有代码检入。
www.ibm.com
6.
What's needed is for the JVM to be less deterministic, more "fuzzy" when doing unit tests.
当进行单元测试时需要JVM具有低的确定性,同时是更“模糊的”。
www.ibm.com
7.
Generate test data prior to running unit tests check box to apply a data generation plan to your database project before you run tests.
“在运行单元测试前生成测试数据”复选框,以在运行测试前向数据库项目应用数据生成计划。
msdn.microsoft.com
8.
Written by Ivan Moore, Jester is an excellent tool that tests the unit tests that programmers and developers write.
Jester由IvanMoore编写,它是测试由程序员和开发人员编写的单元测试的优秀工具。
www.ibm.com
9.
In fact, I compiled my groovy unit tests into normal Java . class files and ran them as part of a Maven build.
实际上,我将groovy单元测试编译成普通的Java.class文件,然后把它们作为Maven构建的一部分来运行。
www.ibm.com
10.
With test-driven development (TDD), you use unit tests to help design your code.
利用测试驱动开发(TDD),你用单元测试帮助设计你的代码。
www.bbsmvc.com
1.
Of course, any unit tests that run against the "just Java" code can be run to ensure quality.
当然,任何针对纯Java的单元测试都可以运行以保证质量。
www.ibm.com
2.
Unit tests tell developers whether the system "works" at any point in time.
单元测试及时告诉开发人员系统在某一点上是否“工作”。
www.ibm.com
3.
Utilising a set of unit tests, engineers can dramatically reduce number of bugs and the risk with untested code.
利用单体测试集,工程师可以使得缺陷数目和未测代码的风险大大降低。
dongxi.net
4.
If you seek a way to perform consistent unit tests of developed code, JsUnit can be a useful framework.
如果您想对所开发的代码执行一致的单元测试,那么JsUnit是一款非常有用的框架。
www.ibm.com
5.
To run these tests, you must define at least four Ant tasks: one for unit tests, another for component tests, and so on.
为运行这些测试,必需至少定义四个Ant任务:为单元测试定义一个,为组件测试定义一个,依此类推。
www.ibm.com
6.
The majority of unit tests I came across tended to be in open source projects, and the disconnect has always bothered me.
我接触到的大部分单元测试都来自于开源项目,而那种无关联性又常常困扰着我。
www.infoq.com
7.
This resembles Test Driven Development (TDD), where Unit tests are supposed to be written before the code.
这有点像测试驱动开发(TestDrivenDevelopment,TDD),单元测试应在代码之前编写。
www.infoq.com
8.
That the build and unit tests can be run quickly and completely in the developer's environment.
构建和单元测试能够在开发人员的环境中迅速地和完全地运行。
www.ibm.com
9.
You can specify settings in a run configuration that correspond to the attributes used by ASP. NET unit tests.
可以在运行配置中指定与ASP.NET单元测试所用的属性对应的设置。
msdn2.microsoft.com
10.
Small changes to the unit tests would require us to audit the code again to ensure that full coverage had been maintained.
对单元测试的小的变化将要求我们重新检查代码以确保完全的覆盖率被维护。
www.ibm.com
1.
You can use this embedded container to run unit tests without having to run an entire servlet container.
可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。
www.ibm.com
2.
Unit tests are usually easy to code because they are not reliant on architectural dependencies, and they also run quickly.
单元测试通常易于编写,因为它们并不依靠于架构的依赖项,且通常运行得很快。
www.ibm.com
3.
You use publicize to help create unit tests that target private types.
使用Publicize可帮助创建针对私有类型的单元测试。
msdn2.microsoft.com
4.
Unit tests were a vital part of our development effort.
单元测试是我们的开发工作中的至关重要的部分。
www.ibm.com
5.
For each work branch, CI server automatically and continuously checks that it builds and passes all unit tests.
对每个工作分支来说,CI服务器自动并持续地检查构建和运行所有单元测试的状况。
www.infoq.com
6.
A few unit tests will be used to make sure that the menu and the basic game work.
将会用到一些单元测试来保证菜单和游戏的正常运行。
www.diybl.com
7.
Unit tests also give developers courage to refactor the code, because a test failure tells the developer immediately if something's broken.
单元测试还给了开发人员勇气重新划分代码,因为测试失败可以立刻告诉开发人员存在错误。
www.ibm.com
8.
Because its browser-based interface has access to the XMLHttpRequest object, the DOH can support asynchronous unit tests.
因为借助其基于浏览器的界面可以访问XMLHttpRequest对象,所以DOH可以支持异步单元测试。
www.ibm.com
9.
I created some unit tests for my task library to ensure tasks were being created properly and begun some test-driven refactoring.
我为我的任务库创建了一些单元测试,以保证任务可以被正确地创建出来,并且以测试驱动重构迈开第一步。
www.infoq.com
10.
This walkthrough leads you through the steps to create and customize unit tests, run them, and examine the test results.
此演练指导您通过一系列步骤来创建和自定义单元测试、运行单元测试以及检查测试结果。
technet.microsoft.com
1.
To run unit tests inside the WebSphere sMash application, you need to add the zero. test module to the application.
要在WebSpheresMash应用程序内运行单元测试,需要将zero.test模块添加到该应用程序中。
www.ibm.com
2.
What's more, unit tests can be written before the actual code under test is written -- hence the notion of test-first development.
而且,单元测试能够在真正要测试的代码前编写——由此有了测试优先开发的概念。
www.ibm.com
3.
Developers decide to automate unit tests for a number of reasons.
开发人员有多种理由决定自动化单元测试。
www-128.ibm.com
4.
Traditionally, programmers have mainly relied on the xUnit family of testing frameworks to organize and execute unit tests.
程序员们一般都主要依靠xUnit家族的测试框架来组织和执行单元测试。
www.infoq.com
5.
This "commit" build consists of (hopefully) lightweight processes like compiling and running quick unit tests.
这个“提交”构建由编译和运行快速单元测试等轻型过程组成。
www.ibm.com
6.
PyUnit comes built into the latest Python distributions and offers a structured method for building unit tests.
最新的Python发行版包含PyUnit,它提供一种结构化的单元测试构建方法。
www.ibm.com
7.
Who does not want a beautiful UI and a suite of clean, effective unit tests?
为什么不想要一个漂亮的界面同时又有一套干净有效的单元测试呢?
archive.cnblogs.com
8.
Good unit tests encourage loose coupling between units, a requirement to get the test running in a test harness.
好的单元测试要求单元间的松散耦合,这是在测试条件下让测试得以运行的条件。
www.ibm.com
9.
When all the unit tests for a function pass, stop coding the function.
当一个函数的所有单元测试都通过了,停止编写这个函数。
wiki.woodpecker.org.cn
10.
The fact that unit tests are so expressive certainly has advantages.
单元测试如此富于表现力当然会有优势。
www-128.ibm.com
1.
The earlier example assumes that the two unit tests are part of the same test class.
前面的示例假定两个单元测试属于同一测试类。
msdn2.microsoft.com
2.
Provided that all the unit tests fail, I know that I am ready to begin writing the actual code.
如果所有单元测试都失败,我就可以开始编写实际代码了。
www.ibm.com
3.
While a load test can contain both Web tests and unit tests, this walkthrough focuses on a load test that contains a Web tests.
虽然负载测试可以同时包含Web测试和单元测试,但本演练只着重演示包含Web测试的负载测试。
msdn2.microsoft.com
4.
Indeed, unit tests not considered part of the normal build quickly become dated and useless.
实际上,不在正常的版本中的单元测试马上会变的过时、无用。
www.mscto.com
5.
When you add unit tests to a load test, you exercise the performance of non-Web based server components.
向负载测试添加单元测试时,您会测试非基于Web的服务器组件的性能。
msdn2.microsoft.com
6.
These frameworks provide a harness to develop unit tests for JavaScript functions that manipulate DOM elements on Web pages.
这些框架提供了为JavaScript函数开发单元测试的工具,可以操纵Web页面上的DOM元素。
www.ibm.com
7.
Sometimes teams have trouble starting new habits: writing unit tests, fix compiler warnings, not breaking the build.
有时候,团队养成新习惯——编写单元测试、修复编译器警告、不破坏构建——会有些困难。
www.infoq.com
8.
Performing unit tests on your portlets before they're exposed publicly is a must.
一定要在公开之前对portlet执行单元测试。
www.ibm.com
9.
Negative unit tests intentionally misuse the code and verify for robustness and appropriate error handling.
否定性单元测试故意以错误方式使用代码,验证可靠性和错误处理是否正确。
msdn2.microsoft.com
10.
In a typical project, you would define additional unit tests to verify that all critical database objects are working correctly.
在典型的项目中,将定义其他单元测试,以便验证所有的关键数据库对象是否正常工作。
msdn2.microsoft.com
1.
Unit tests facilitate continuous software testing; unlike manual tests, it's cheap to perform them repeatedly.
单体测试使得持续软件测试(continuoussoftwaretesting)成为可能,因为较之手工测试,重复运行它们很廉价。
dongxi.net
2.
Unit tests are a great tool to catch regression after a deep refactoring process.
单元测试是一个伟大的工具,赶上回归后重构过程很深。
msdn.microsoft.com
3.
When all the unit tests for an entire module pass, stop coding the module.
一旦一个完整模块的单元测试通过了,停止编写这个模块。
wiki.woodpecker.org.cn
4.
Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.
许多开发人员使用称为后测试开发(test-afterdevelopment,TAD)的各种测试,您将首先编写代码,然后编写单元测试。
www.ibm.com
5.
Reviews should include compiler checking, unit tests, and documenting the design at the outset.
检查工作应包括编译器检查、单元测试以及记录外嵌设计。
msdn2.microsoft.com
6.
Overall, the unit tests run 2% faster with this form of regular expression.
总体而言,这种正则表达使单元测试提速2%。
wiki.woodpecker.org.cn
7.
You can create database unit tests to verify that your stored procedures, functions and triggers are working correctly.
可以创建数据库单元测试以验证存储过程、函数和触发器是否正常运行。
technet.microsoft.com
8.
The project contains a file that is named SampleUnitTest. Cs, which contains the code of a new test class for your database unit tests.
该项目包含一个名为SampleUnitTest.cs的文件,此文件含有用于您的数据库单元测试的新测试类的代码。
msdn2.microsoft.com
9.
You can define unit tests to verify the behavior of your database objects.
可以定义单元测试以确认数据库对象的行为。
technet.microsoft.com
10.
Plus it takes into account the undeniable fact that if you don't write unit tests first, you never write them.
它重视一个不可否认的事实即如果你没有首先写好单元测试程序,那么不要开始开发。
dictsearch.appspot.com
1.
In addition to guarding correctness of the code, unit tests can help ensure the performance of your code doesn't degrade over time.
除了确保代码的正确性之外,单体测试还可以确保你的代码性能不会随着时间变迁而退化。
dongxi.net
2.
Contract4J's own unit tests in the distribution provide extensive examples of valid, as well as invalid, test expressions.
发行版中Contract4J自己的单元测试提供了有效和无效的测试表达式的丰富示例。
www.ibm.com
3.
If you have ever tried to add unit tests to a system that was already working, you probably found that it wasn't much fun.
如果你曾经为一个已经工作着的系统增加unittests,你会发现那一点都不好玩。
blog.csdn.net
4.
Because changes only occur upon construction, immutable classes make it trivial to write unit tests.
因为变化只会发生构造函数中,因此不可变类会将编写单元测试变成了一件微不足道的事情。
www.ibm.com
5.
The best you can do to flush these errors out into the open is use a wide variety of data in your unit tests.
所以要使这些错误浮出水面,最好的办法是在单元测试中使用各种各样的数据。
www.ibm.com
6.
If you are running Windows Vista, you must run Visual Studio as an administrator to run ASP. NET unit tests.
如果您运行的是WindowsVista,必须以管理员身份运行VisualStudio才能运行ASP.NET单元测试。
msdn2.microsoft.com
7.
In fact, unit tests are an excellent way to provide limited specification of these extra invariants.
实际上,单元测试是一种提供这些额外的不变量的限制规范的出色方法。
www-128.ibm.com
8.
By extracting the highlighting logic, you can write unit tests for it by calling methods on the HighlightUtil class.
通过抽取突出显示逻辑,可以编写调用HighlightUtil类的方法的单元测试。
www.ibm.com
9.
A project's build process and unit tests can access your server's resources, including the network the server is connected to.
项目的构建过程和单元测试可以访问服务器的资源,包括服务器连接的网络。
www.ibm.com
10.
Examples include unit tests, print statements, and Python debugger (pdb, a command-line debugger).
这些工具包括单元测试、打印语句和Python调试器(命令行调试器pdb)。
www.ibm.com
1.
Describes the order in which T-SQL scripts are run before, during, and after database unit tests.
描述在执行数据库单元测试之前、期间和之后以什么顺序运行T-SQL脚本。
msdn2.microsoft.com
2.
As with public methods, unit tests for private methods are created automatically when you generate tests from the code you want to test.
与公共方法类似,在从要测试的代码生成测试时,将自动创建私有方法的单元测试。
msdn2.microsoft.com
3.
The Unit Testing Framework provides numerous additional Assert classes and other classes that give you flexibility in writing unit tests.
单元测试框架提供了众多的附加Assert类和其他类,为您编写单元测试带来了极大的灵活性。
msdn2.microsoft.com
4.
Unit tests verify the correct implementation of a unit of code.
单元测试可验证代码单元的实现是否正确。
technet.microsoft.com
5.
A common metric for determining how good a set of unit tests are is code coverage.
代码覆盖率是用来衡量单元测试好坏的常用指标。
www.bing.com
6.
Did you procrastinate yesterday and skip writing the unit tests for your new features?
你拖延时间并忽略了新特性的单元测试吗?
www.cnbeta.com
7.
Put the unit tests in the same package as the associated classes being tested.
将单元测试与被测试的相关类放在同一个包内。
www.ibm.com
8.
Unit tests should be performed in Application Developer's test environment.
应当ApplicationDeveloper的测试环境中进行在单元测试。
www.ibm.com
9.
It should distinguish between unit tests and other tests, like load or stress tests. That will let different tests run at different times.
单元测试和其他测试像负载或重点测试一样应该有所区别。不同的测试运行不同的次数。
dev.w3pub.com
10.
Unlike the unit tests, these English descriptions leave many things open for interpretation.
与单元测试不同,这些英语描述使得许多东西的解释都是开放的。
www-128.ibm.com
1.
We designed some unit tests that would run overnight to identify any heap or stability problems.
我们设计了一些通宵运行的单元测试来找出任何内存的泄漏或者稳定性的问题。
www.ibm.com
2.
In the Project 'TestProject' configuration dialog box, select the Use a secondary connection to validate unit tests check box.
在“项目‘TestProject’配置”对话框中,选中“使用辅助连接验证单元测试”复选框。
msdn2.microsoft.com
3.
Unit tests often need to test nuanced behavior of the code under test, leading to similar and duplicated situations.
单元测试常常需要测试有细微差异的代码行为,因此涉及到相似和重复的情况。
www.ibm.com
4.
Newly generated unit tests contain "To-do" comments that suggest changes to make.
新生成的单元测试包含“To-do”注释,以提供更改建议。
msdn2.microsoft.com
5.
Once you've created unit tests that exhaustively exercise the target code, you aren't done writing tests, however.
一旦您创建了完全运行目标代码的单元测试,那不意味着您已经完成了编写测试。
www.ibm.com
6.
You have database unit tests that do not use fully qualified names and those tests reference objects in other schemas or databases.
您的资料库单元测试未使用完整的名称,及其他结构描述或资料库中的测试参考物件。
msdn.microsoft.com
7.
For unit tests, this is the assembly that contains test code, not the assembly that contains the code of the application you are testing.
对于单元测试,测试容器是包含测试代码的程序集,而不是包含所测试的应用程序代码的程序集。
msdn2.microsoft.com
8.
you would write the unit tests , run them , and see that they fail.
你将编写单元测试程序,运行他们,看到他们运行失败。
www.ichacha.net
9.
Generate unit tests against the Web service in the standard way for generating unit tests.
以生成单元测试的标准方式针对Web服务生成单元测试。
msdn2.microsoft.com
10.
The add-in automates many of the debugging tasks and calls the IfxQuery tool to run unit tests for DataBlade module routines.
附加元件可自动化许多除错工作,并呼叫IfxQuery工具以便为DataBlade模组常式执行单元测试。
www.ibm.com
1.
Since ZCML is not executed for unit tests, we have to do it manually here.
因为ZCML不会被单元测试执行,所以我们需要在这里手动运行它。
wiki.ubuntu.org.cn
2.
For unit tests, the source code editor opens with the appropriate function highlighted.
对于单元测试,打开源代码编辑器时将突出显示相应函数。
msdn2.microsoft.com
3.
You already learned about static unit tests in the last chapter.
你已经在上一章里学习了静态单元测试。
www.xue5.com
4.
As your system expands, so does the body of unit tests.
在你的系统扩展的同时,单体测试也不断扩展。
dongxi.net
5.
Even though I haven't shown the unit tests for previous versions, all the examples have tests.
尽管我没有展示以前版本的单元测试,但实际上所有的示例都已经进行了测试。
www.ibm.com
6.
These tests can be unit tests, integration tests, or system tests.
这些测试可以是单元测试,集成测试或者系统测试。
www.51testing.com
7.
Remember: Unit tests are meant to run in complete isolation.
(记住:单元测试意味着完全隔离运行)。
www.ibm.com
8.
Another increasingly common practice is to write unit tests and run them as part of the build.
另一个正在流行起来的实践是编写单元测试,并把它们作为构建过程的一部分来运行。
www.ibm.com
9.
Do different database unit tests need to access different database connections for test execution or test validation?
不同的数据库单元测试是否需要访问不同的数据库连接来执行或验证测试?
technet.microsoft.com
10.
Just remember to not break the policy of the work branch (unit tests pass and whatnot).
要记得不要违反工作分支的方针(通过单元测试等等)。
www.infoq.com
1.
Unit tests were always performed (and results logged) before code was distributed for review.
单元测试总是在代码被分发检查之前被执行。
www.ibm.com
2.
If you run unit tests whenever you make changes to code, you'll find out immediately if your changes broke something.
如果只要更改代码即运行单元测试,您立即就能发现您所做的更改是否对系统造成了破坏。
www.ibm.com
3.
This means that you can use it in any number of different circumstances: unit tests, production code, and so on.
这意味着您可以在不同的情况下使用它:单元测试、生产代码,等等。
www.ibm.com
4.
Using unit tests, you can test not only public methods but private methods as well.
使用单元测试不仅能够测试公共方法,而且可以测试私有方法。
msdn2.microsoft.com
5.
In larger companies, management often pushes back when they find developers doing automated unit tests.
在比较大的公司里,当管理人员发现开发人员正在进行自动化单元测试时,他们通常会阻止。
www-128.ibm.com
6.
Unit tests must be managed as first-class application code.
单元测试必须作为一级应用程序代码管理。
www.ibm.com
7.
The cmislib distribution includes unit tests simply as a development best practice.
cmislib发行版包含了一些单元测试,这只是作为一项最佳开发实践。
www.ibm.com
8.
A popular technique for simplifying unit tests is to create mock objects that are used just in the tests.
简化单元测试的一个流行技巧就是创建仅用于测试中的模拟对象。
www.ibm.com
9.
When you perform unit tests in combination with using Data Generator , you can test for predictable results .
在与数据生成器组合使用执行单元测试时,可以对可预测结果进行测试。
www.bing.com
10.
These aren't as good as unit tests because they don't verify each little piece of behavior, but they are better than nothing.
这种方法不如单元测试,因为不能对行为进行彻底的检验,但是总比不采取任何措施要好。
www.ibm.com
1.
This folder contains the test project you created in the procedures for creating and running unit tests.
此文件夹包含在创建和运行单元测试的过程中创建的测试项目。
msdn2.microsoft.com
2.
Individual methods that are part of the mystringTest class form unit tests in the test suite.
mystringTest类中的方法形成测试套件中的单元测试。
www.ibm.com
3.
A test framework for using JUnit to write unit tests for your client application.
一个使用JUnit为客户机应用程序编写单元测试的测试框架。
www.ibm.com
4.
Even if you choose to edit code in another program, you can use Zend Studio to debug classes, methods, and unit tests.
即使选择在另一个程序中编辑代码,也可以利用ZendStudio调试类、方法和单元测试。
www.ibm.com
5.
The unit tests at the base of the pyramid are important for several reasons.
在金字塔底部的单元测试很重要,这有几个理由。
www.ibm.com
6.
Generating tests from this sample produces unit tests on two properties, three public methods, one private method, and one class.
从此示例生成测试将在两个属性、三个公共方法、一个私有方法和一个类上生成单元测试。
msdn2.microsoft.com
7.
So, it turns out that your suite of unit tests is really a suite of unit tests, component tests, and system tests.
所以,您的单元测试套件就是名副其实的包括单元测试、组件测试和系统测试的套件。
www.ibm.com
8.
illustrationProgrammers today recognize, more than ever, their responsibility for producing well-written unit tests.
illustration如今,程序员比以往更多地认识到他们有责任创建编写较好的单元测试。
www.ibm.com
9.
You will still want to use JUnit to create unit tests for logic that are called without a Web harness.
您仍然希望利用JUnit为那些没有利用Web而调用的逻辑创建单元测试。
www.ibm.com
10.
Should developers strive for 100% code coverage with their unit tests, and if so, does that mean we no longer need dedicated QA testers?
开发人员是否需要在所有的代码中覆盖单元测试,如果这样做了,是不是意味着我们就不再需要专门的QA测试人员了?
www.infoq.com
1.
If you use fully qualified names in your unit tests, the refactoring engine can update them whenever you rename a schema object.
如果在单元测试中使用完全限定的名称,则无论何时重命名架构对象,重构引擎都可以对它们进行更新。
technet.microsoft.com
2.
As Figure 3 shows, it is a good practice to have each dojo module contain unit tests for just that module.
如图3所示,让每个Dojo模块都包含只针对该模块的单元测试是个很好的做法。
www.ibm.com
3.
Listing 2 is a snippet of an Ant script that demonstrates the junit task to execute a batch of unit tests.
清单2是一个Ant脚本片段,介绍了执行一批单元测试的junit任务。
www.ibm.com
4.
The Team System testing tools use naming conventions when it generates unit tests.
TeamSystemtestingtools在生成单元测试时将使用命名约定。
msdn2.microsoft.com
5.
On the downside, individual unit tests offer somewhat limited code coverage.
缺点是,独立的单元测试只能覆盖稍显有限的代码。
www.ibm.com
6.
You specify data in a fixture, and tell Rails to load the data when you run the unit tests.
在fixture中指定数据,并让Rails在运行单元测试时装载这些数据。
www.ibm.com
7.
If you used the project from Walkthrough: Creating and Running Unit Tests, the solution's name is Bank.
如果使用Walkthrough:CreatingandRunningUnitTests中的项目,则解决方案的名称为Bank。
msdn2.microsoft.com
8.
For all unit tests within a single test class, this is always the case.
对于一个测试类中的所有单元测试,始终是这种情况。
msdn2.microsoft.com
9.
Unit tests are particularly helpful when doing large refactorings.
单体测试在进行大规模重构的时候尤为重要。
dongxi.net
10.
We want our unit tests to be simple and execute quickly.
我们想要单元测试简单快速的执行。
www.ibm.com
1.
The unit tests that are created using the BOOST_TEST_CASE macros accept function pointers as their input arguments.
使用BOOST_TEST_CASE宏创建的单元测试以函数指针作为输入参数。
www.ibm.com
2.
When you're dealing with simple data or service objects, writing unit tests is straightforward.
当您正在处理简单数据或服务对象时,编写单元测试很简单。
www.ibm.com
3.
This gives developers more options to customize their unit tests correctly.
这为开发人员提供了更多选择,使其能够正确地自定义他们的单元测试。
msdn2.microsoft.com
4.
These tests complement the unit tests that your software developers create.
这些测试可补充软体开发人员所建立的软体单元测试。
technet.microsoft.com
5.
By default, references in unit tests and scripts are not updated automatically.
默认情况下,单元测试和脚本中的引用不会自动更新。
technet.microsoft.com
6.
Categorization is key to avoiding the dreaded three-hour build that runs all "unit tests. "
为了避免运行所有“单元测试”所需的令人恐惧的三小时构建时间,分类是关键。
www.ibm.com
7.
The generation of unit tests for generic types and generic methods has limitations.
生成泛型类型和泛型方法的单元测试有一些局限性。
msdn2.microsoft.com
8.
database unit tests, you can specify a different data generation plan for each test project.
运行数据库单元测试时,可以为每个测试项目指定不同的数据生成计划。
technet.microsoft.com
9.
At this point we should have a working field, but let's write some unit tests to verify the implementation.
现在该域已经可以用来工作了,但我们还是写一些单元测试程序来验证我们的实现是否正确。
wiki.ubuntu.org.cn
10.
With or without Assert statements, unit tests can generate code coverage data.
无论是否使用Assert语句,单元测试都可以生成代码覆盖率数据。
msdn2.microsoft.com
1.
Pray, child, where are the unit tests for this class?
神啊,这个类的单元测试在哪?
www.bing.com
2.
You can create web tests and unit tests and run them together under load across multiple machines.
你能够创建Web测试和单元测试并且一起运行在多台机器上做性能测试。
www.cnblogs.com
3.
But unit tests can be thorough enough that we can reasonably expect them to catch most violations of the invariants.
但单元测试的检查已经足够彻底,使我们能够适度地期望它们捕捉到不变量的大多数不合法错误。
www-128.ibm.com
4.
The developers often focused on error conditions in their tests, whereas unit tests should test several aspects of software.
开发人员通常将重点放在他们测试中的错误条件上,然而单元测试应该测试软件的几个方面。
www.ibm.com
5.
Sometimes you will make a change to your code that, somehow, breaks 10% of your unit tests.
有时人们稍微改了改代码,结果10%的单元测试就不能用了。
www.bing.com
6.
Another specification that a programmer can provide for an interface is a suite of unit tests.
程序员可为接口提供的另一个规范是一套单元测试。
www-128.ibm.com
7.
You can combine Web tests with unit tests in a load test, when appropriate in your test plans.
如果测试计划允许,还可以在负载测试中将Web测试与单元测试进行组合。
msdn2.microsoft.com
8.
The test cases in Listings 5 and 6 do not handle every detail, as the unit tests in Part 1 did.
清单5和清单6中的测试用例不像第1部分中的单元测试那样处理每个细节。
www.ibm.com
9.
I discussed composed method in " Test-driven design, Part 1, " in the context of writing unit tests before you write actual code.
在“测试驱动设计,第1部分”中,我在讨论在编写实际代码之前编写单元测试时讨论过组合方法。
www.ibm.com
10.
It places unit testing in the context of TDD and give the reader all of the tools needs to write, manage, and automate great unit tests.
它用TDD的替换掉了单元测试的内容,并给了读者所有需要编写,管理和自动操作单元测试的工具。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 10:13:48