Use other tools, or use pre-packaged mock objects.
使用其他工具或者那些预先打包好的模拟对象。
Invoke domain code with mock objects as parameters.
将模仿对象作为参数来调用域代码。
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.
模拟对象用于验证预期值正在生成。
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流程连接到我们创建的两个模拟对象,然后运行测试。
This is a classic example of the limitations of stubs and why mock objects serve a purpose.
这是一个经典例子,说明了stub的局限性,以及为什么使用mock对象。
I create two mock objects for this project to simulate the GPS device and the UI, respectively.
我为此项目创建了两个模拟对象,分别模拟GPS设备和UI。
Mock objects are used to test a portion of your code logic in isolation from the rest of the code.
模仿对象用来单独测试代码逻辑的一部分。
This is true for mock objects defined in a common setUp() method or within the actual test method.
这对于在公共的setUp()方法中或在实际测试方法内定义的模拟对象来说是正确的。
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.
但是利用现有的工具可以有一些创建模拟对象或是相当能力的简单方法。
The layer is well aware of the database, so neither mock objects nor POJT techniques should be applied.
该层对数据库非常敏感,所以该层不能应用模仿对象或POJT技术。
At this point, it's worth asking what benefits we achieved with the mock objects and what did they cost.
在这一环节,值得探讨我们使用模拟对象得到的收益是什么以及花费的代价是什么。
We will illustrate the second aspect of mock objects by constructing a MockCustomerCommunication object.
我们将通过构造MockCustomerCommunication对象来阐述模拟对象的第二个方面。
A popular technique for simplifying unit tests is to create mock objects that are used just in the tests.
简化单元测试的一个流行技巧就是创建仅用于测试中的模拟对象。
If you have no unit testing, you also don't have mock objects or other testing techniques common in code.
如果你没有单元测试,你的代码里也不会有公共的Mock对象或其它测试技术。
Note that in this example, I combine mock targets with mock objects (as described in Section III, Pattern 2).
注意在这个例子中,我结合了mock目标和mock对象(如在第i ii节,模式2中所描述的)。
Mock objects have gotten a lot of publicity lately, but I think they're overused and often too heavy to be practical.
最近模仿对象得到了大力推广,但我认为它们被滥用了,它们太“重”以至于不切实际。
Figure 5 shows the relationship between the test specifications, the process, and the mock objects we have described.
图5显示了我们介绍的测试规范、流程和模拟对象之间的关系。
They suspect, for example, that the fact that we use very few Mock Objects is due to working on simple problems.
比如,他们怀疑我们很少使用Mock对象是因为我们处理的问题太简单。
The third step in this SOA development process is to develop service mocks -- mock objects that pass the service tests.
此SOA开发流程的第三步是开发服务模拟——通过服务测试的模拟对象。
Before we start work on the mock objects, you might like to examine the business process as it is currently implemented.
在开始使用模拟对象之前,您可能希望检查当前实现的业务流程。
Mock objects are so fundamental to the way that I think about DAOs that I couldn't imagine implementing one without the other.
在我考虑DAO的方式中,模仿对象是很基本的,以致我无法想象在缺少其中一个的情况下如何实现另一个。
Examine the test specifications to remind yourself of how the tests and mock objects cooperate to verify the process behaviour.
检查测试规范,提醒自己如何结合使用测试和模拟对象来验证流程行为。
The next two patterns illustrate how to employ delegation and mock objects to check both aspects of your aspect (pun intended).
下面两个模式展示如何使用委派和mock对象检查方面的这两个部分。
The process for building mock objects from interfaces is simple, straightforward, and helps me develop effective unit test suites.
从接口创建模拟对象的过程简单易行,并能帮助我们开发有效的单元测试套件。
Note that mock objects do not themselves use JUnit, and therefore we do not need to add dependency on the LT_ScaJUnitTest library.
注意,模拟对象本身不使用JUnit,因此我们不需要在lt_scajunittest库中添加依赖项。
Mock objects were championed by Tim Mackinnon, Steve Freeman, and Philip Craig 1 and have become a staple in the unit testing toolbox.
模拟对象被TimMackinnon、Steve Freeman和PhilipCraig1所支持并成为单元测试工具箱的主要组成部分。
Mock objects were championed by Tim Mackinnon, Steve Freeman, and Philip Craig 1 and have become a staple in the unit testing toolbox.
模拟对象被TimMackinnon、Steve Freeman和PhilipCraig1所支持并成为单元测试工具箱的主要组成部分。
应用推荐