答案是mock对象。
Verify consistency in the mock objects.
验证模仿对象中的一致性。
Mock objects and mock object controllers.
模拟对象和模拟对象控制器。
Set state and expectations in the mock objects
设置模仿对象中的状态和期望值
Mock objects provide a way out of this dilemma.
模仿对象提供了解决这一困难的方法。
Two gotchas on mock objects before we proceed.
在我们继续之前,关于mock对象有两点需要知道。
At first, mock objects can seem quite daunting.
一开始,模拟对象看上去令人生畏。
Use other tools, or use pre-packaged mock objects.
使用其他工具或者那些预先打包好的模拟对象。
Invoke domain code with mock objects as parameters.
将模仿对象作为参数来调用域代码。
The common coding style for testing with mock objects is to.
使用模仿对象进行测试的常用编码样式是。
Some of these can be found on the mock objects' Webpages. 4.
一些模拟对象可以在模拟对象的网站4上中找到。
Note: If you need an introduction to mock objects, see Resources.
注:如果需要对mock对象的介绍,请参阅参考资料。
Finally, mock objects help remove large dependencies from a test.
最后,mock对象有助于从测试中消除依赖项。
In particular, my design employed mock objects to make testing easier.
尤其是,我的设计利用了模仿对象来简化测试。
We will also present some techniques for creating mock objects quickly.
我们还提供了一些快速创建模拟对象的技术。
We will create mock objects for these two services later in this article.
在本文稍后的部分中我们将创建这两个服务的模拟对象。
Let's look at the first two objections before we delve into mock objects.
在深入探讨模拟对象之前,让我们先来看一下以下两点异议。
This allows for a reliable testing strategy that USES dynamic mock objects.
这需要考虑到使用动态模仿对象的可靠测试策略。
Mock objects are used to verify that the expected values are being generated.
模拟对象用于验证预期值正在生成。
This is accomplished with the common testing pattern known as mock objects.
这通过名为模拟对象的常见测试模式实现。
It has almost completely removed the need for mock objects in most of my tests.
在大多数我的测试中,它几乎完全避免了Mock对象的需要。
Test-Time module of the framework provides mock objects for JSF 1.2 components.
框架的Test - Time模块为JSF 1.2提供mock对象。
We can now wire the BPEL process to the two mock objects we created and run the tests.
现在我们可以将BPEL流程连接到我们创建的两个模拟对象,然后运行测试。
I create two mock objects for this project to simulate the GPS device and the UI, respectively.
我为此项目创建了两个模拟对象,分别模拟GPS设备和UI。
Our test code, specifically the mock objects, give us total control over the database results.
我们的测试代码,特别是模拟对象,使我们能完全控制数据库结果。
Specifically, I want to offer some tips on how easy it can be to write unit tests with mock objects.
特别地,我想提供一些技巧来说明编写带有模拟对象的单元测试是多么容易。
But there are some easy ways to create mock objects, or equivalent capabilities, with existing tools.
但是利用现有的工具可以有一些创建模拟对象或是相当能力的简单方法。
But there are some easy ways to create mock objects, or equivalent capabilities, with existing tools.
但是利用现有的工具可以有一些创建模拟对象或是相当能力的简单方法。
应用推荐