网站首页  词典首页

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

 

单词 unit test
释义

unit test

美 
英 
  • un.单元测试;模块测试;部件检验
  • 网络单元测验;单位测试;单元测试开始介绍
un.
1.
单元测试
2.
模块测试
3.
部件检验

例句

释义:
1.
Describes the various test conditions that you can use in a database unit test to verify whether a database object behaves as you expect.
描述可用来在数据库单元测试中验证数据库对象是否按预期方式工作的各种测试条件。
msdn2.microsoft.com
2.
The point of a unit test is not to test every possible input, but to test a representative sample.
单元测试的关键不在于所有可能的输入,而是一个有代表性的样本。
wiki.woodpecker.org.cn
3.
If you start the game now with your unit test the ball will move away from the center and go out of the screen, which is not really cool.
如果你现在就运行你的测试,球将会从屏幕中央飞出屏幕,这看起来就不够酷了。
www.xue5.com
4.
However, set the value to True if your unit test must run in a separate application domain, such as if it uses an app. Config file.
但是,如果单元测试必须在单独的应用程序域中运行(例如,如果它使用app.config文件),则可以将该值设置为“True”。
msdn2.microsoft.com
5.
Because a unit test is a method within a class, you can navigate to it in the same way that you can navigate to any other method in code.
因为单元测试是类中的方法,所以您可以通过定位到代码中的其他任何方法的方式来定位到它。
msdn2.microsoft.com
6.
I can pass it around to other classes in this unit test, and it will behave as if it were a real file.
我可以将它发送给这个单元测试中的其他类,并且它表现得像一个真正的文件。
www.ibm.com
7.
These steps also show the tasks required to start the Unit Test feature, although this would already be up in a typical work session.
这些步骤还展示了启动UnitTest特性所需的任务,尽管在典型的工作会话中,该特性应该已经启动。
www.ibm.com
8.
The attributes that are necessary to run a unit test as an ASP . NET unit test have been automatically specified .
运行单元测试(作为ASP。NET单元测试)必需的属性均已自动指定。
www.bing.com
9.
A unit test might not be able to pass a real type to a generic method that it is testing.
单元测试可能无法将实际型别传递至其所测试的泛型方法。
technet.microsoft.com
10.
Every test framework needs to supply you with a method to check the outcome of a unit test and the DOH is no exception.
每个测试框架都要为开发人员提供检查单元测试结果的方法,DOH也不例外。
www.ibm.com
1.
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
2.
In the spirit of Spring, it removes an API, incidentally it making it easy to unit test the advice method.
在Spring的精神中,它去掉了一个API,无意间却也使单元测试通知方法更简单。
www.infoq.com
3.
He presents numerous examples to show how the reader can place even the most convoluted and tightly coupled code into a unit test harness.
他列举了大量的示例,以说明读者如何将费解的、耦合的代码放进单元测试中。
www.ibm.com
4.
As you know, that command generates your model, migration, unit test, and even a default fixture.
正如您所知,该命令可生成模型、迁移、单元测试甚至一个默认的fixture。
www.ibm.com
5.
The setUp method is called before execution of a unit test, and tearDown is called when the test is executed.
在执行单元测试之前调用setUp方法,在测试执行完时调用tearDown。
www.ibm.com
6.
Jersey also provides a client library that helps you to communicate with the server as well as unit test the RESTful services.
Jersey还提供了一个客户端库,帮助您与服务器通讯并对RESTful服务进行单元测试。
www.ibm.com
7.
Used to specify the type of host that this unit test will run in.
用于指定主机类型,此单元测试将在该主机上运行。
msdn2.microsoft.com
8.
As a result, up to five T-SQL scripts can be run during execution of a single database unit test.
因此,在一次数据库单元测试执行期间,最多可以运行五个T-SQL脚本。
msdn2.microsoft.com
9.
Now, I need a test-after unit test to determine if it works or not.
现在,我需要一个后测试的单元测试以确定它是否可以工作。
www.ibm.com
10.
Now imagine trying to unit test a class that makes an expensive SOAP call.
现在,想像一下对发出开销较高的SOAP调用的类进行单元测试。
www.ibm.com
1.
Because this unit test is focused on a single object, we will create a slot machine and refer to it as the system under test.
由于这个单元测试关注单个对象,我们创建一个老虎机,并把它当作被测系统。
www.infoq.com
2.
You are not allowed to write any more of a unit test than is sufficient to fail; and compilation failures are failures.
除了恰好让单元测试失败的代码(编译错误也是错误的一种),不要写更多的单元测试。
kb.cnblogs.com
3.
Since all Seam components are just annotated POJOs, they are very easy to unit test.
因为所有的Seam组件都是注解过的POJO,它们易于进行单元测试。
www.infoq.com
4.
A unit test is usually written to test a piece of source code.
编写单元测试通常是为了测试一段源代码。
www.ibm.com
5.
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
6.
Class. This is instantiated with an argument that specifies the type of host that this unit test will run in.
这是使用参数实例化的,此参数指定主机类型,此单元测试将在该主机上运行。
msdn2.microsoft.com
7.
Similarly, do not use the AssemblyCleanupAttribute or AssemblyInitializeAttribute attributes in the same assembly as an ASP. NET unit test.
同样,请勿在与ASP.NET单元测试相同的程序集中使用AssemblyCleanupAttribute或AssemblyInitializeAttribute属性。
msdn2.microsoft.com
8.
This makes it easy to unit-test workflow classes, making it possible to iterate quickly on the development of key business processes.
这样就让我们很容易地对工作流类做单元测试,进而允许关键业务流程的迭代开发。
www.infoq.com
9.
In the practicing of vehicle field teaching, research and produce, a kind of mini power unit test system is urgently required.
在各种飞行器的生产、科研、试飞及教学过程中,迫切需要一种方便实用的小型台架测试系统。
dictsearch.appspot.com
10.
In another words, a unit test without an Assert statement will produce a Pass result every time it is run.
换句话说,没有Assert语句的单元测试在每次运行时都会产生一个“通过”结果。
msdn2.microsoft.com
1.
I'm going to give you an end of the unit test this Friday. Please be prepared for it .
这个星期五我将对你们进行单元测试。请做好准备。
www.hxen.com
2.
Afterwards, you can also visually unit test and debug your entire application or individual parts of it.
此后,还可以进行可视化的单元测试以及调试整个应用程序或者其中的单个部分。
www.ibm.com
3.
However, there may be subtle differences between the unit test and production environments that can be exposed during this testing.
然而,单元测试和生产环境之间的不同可以通过这种测试显现出来。
www.ibm.com
4.
These allow you to write a plain unit test that consumes EJBs like any other EJB client would.
你可以写一个普通的单元测试以调用EJBs,就像其他EJB客户端所做的那样。
www.infoq.com
5.
In other words, the entire unit test library I create for an application becomes part of my build process.
换句话说,我为应用程序创建的整个单元测试库都成为构建流程的一部分。
www.ibm.com
6.
As with the Lotus Notes implementation, when complete, you can add this component to your palette, and then create a unit test for it.
完成LotusNotes实现后,可以将这个组件添加到面板,随后为其创建一个单元测试。
www.ibm.com
7.
This article shows you how to develop a unit test suite for legacy code that's never been tested, using jEdit as an example.
本文使用jEdit做为例子,向您展示如何为从未测试过的遗留代码开发一个单元测试套件。
www.ibm.com
8.
Only a small portion of the actual use case serves as direct input to a unit test case.
只有一少部分地实际用例被直接输入道单元测试用例中。
www.ibm.com
9.
You can create an ASP. NET unit test in two ways: by generating it and by configuring an existing unit test to run as an ASP. NET unit test.
创建ASP.NET单元测试的方法有两种:通过生成;通过配置现有单元测试使其作为ASP.NET单元测试运行。
msdn2.microsoft.com
10.
Today we'll have an end-of-the-unit test. Get out your exercise books.
今天进行单元测验。请拿出练习本。
dict.bioon.com
1.
In an Agile CM environment, a broken unit test is treated with the same seriousness as a broken build.
在敏捷配置管理环境中,损坏的单元测试与损坏的构建严重程度是一样的。
www.ibm.com
2.
We wanted a strong integrated development environment (IDE) to develop and unit test our code.
我们需要一个强大的集成开发环境(IDE)来对我们的代码进行开发和单元测试。
www.ibm.com
3.
IRAD provides tooling support to help you build, unit-test, and deploy your application very quickly.
IRAD提供了工具支持,从而帮助你快速地构建,单位测试,和配置你的应用程序。
www.ibm.com
4.
To run this unit test, create a Run configuration for the unit test class as a Test: : Unit type.
要运行这个单元测试,应该为单元测试类创建一个Test::Unit类型的Run配置。
www.ibm.com
5.
As you change code, unit test, and perform UAT, you should identify bottlenecks and implement changes as needed.
当您改变代码、单元测试并执行UAT时,应该识别瓶颈并根据需要进行改进。
www.ibm.com
6.
Developers work on projects in an Application Developer workspace, where they create code, make changes, and unit test.
开发人员在ApplicationDeveloper工作区中开发项目,其中,他们可以创建代码、更改代码和进行单元测试。
www.ibm.com
7.
TestBallCollisions - Like in the previous chapter testing the ball collisions is the most useful unit test.
就像前面那样,测试球的碰撞是最有用的单元测试。
www.xue5.com
8.
If there is a new configuration option added, there should be a unit test for that option.
如果添加了新的配置选项,那么就应该添加针对该选项的单元测试。
www.infoq.com
9.
Automated unit test execution is one of the vital requirements of TDD.
自动化的单元测试执行对TDD来说是一个至关重要的需求。
dictsearch.appspot.com
10.
The T-SQL test script in the test action is the only component that you must include in every database unit test.
测试操作中的T-SQL测试脚本是唯一必须包括在每个数据库单元测试中的组件。
msdn2.microsoft.com
1.
It is reasonable to expect that programmers will unit test their code before adding it to the rest of the project.
要求程序员在将代码加入项目其他部分中时要进行单元测试,这种想法是合理的。
www.ibm.com
2.
By default, Visual Studio will add a unit test file and a text file that has information about authoring tests.
默认情况下,VisualStudio将添加一个单元测试文件和一个文本文件,其中包含有关创作测试的信息。
msdn2.microsoft.com
3.
However, Visual Studio will generate a commented-out approximation of an appropriate unit test for the method.
然而,VisualStudio将为此类方法生成适当的单元测试的一种被注释掉的近似形式。
msdn2.microsoft.com
4.
As you can see from this output, the setup and teardown routine messages appear once each per unit test execution.
正如在输出中看到的,每次执行单元测试都会显示设置和清除例程消息。
www.ibm.com
5.
The first is that when a small unit test fails, you know exactly which criteria your code doesn't meet.
第一是当一个小的单元测试失败时,你可以准确地知道你的代码不满足哪个条件。
www.bbsmvc.com
6.
In general, there should be a unit test for every public method of your class.
一般而言,类的每个公共方法都应有一个单元测试。
www.ibm.com
7.
In Part 1, you implemented a simple unit test and a few fixtures.
在第1部分中,实现了一个简单的单元测试和几个fixture。
www.ibm.com
8.
Usually, a unit test exercises some particular method in a particular context, thus it falls in the broader category of white box testing.
通常情况下,一个单元测试在特殊环境下只测试一些特殊的方法,因此它将白箱测试分为更广泛的种类。
www.ibm.com
9.
You can unit-test the application without having to run the controllers in an ASP.
您可以对应用程序进行单元测试,而不必在ASP。
msdn.microsoft.com
10.
While not an ordinary interleaving for this unit test, the above scenario is legal and could happen in more complex uses of the class.
这虽然不是此单元测试的常见交错,但上面的场景是合法的并且在更复杂地使用类的时候可能发生这种情况。
www.ibm.com
1.
The name of the column tells the unit test which column to retrieve data from.
列名告知单元测试将从哪一列中检索数据。
msdn.microsoft.com
2.
Defined stages are production, development, unit test, system test and extension with production as the default value.
已定义的阶段有产品化、开发、单元测试、系统测试及产品化扩展阶段,并将产品化扩展作为默认值。
www.infoq.com
3.
NOTE: We strongly recommend that you create a unit test for your unit test component (see figure 1).
注意:在此强烈建议为您的单元测试组件(见图1)创建一个单元测试。
www.ibm.com
4.
Your EAR file is now deployed to the Monitor Test Environment, which means you can begin your unit test.
您的EAR文件现在已部署到Monitor测试环境,这意味着您可以开始单元测试了。
www.ibm.com
5.
With this knowledge in mind we will start to put the pieces together to create our BDD Unit Test Template.
有了这些知识,我们可以把那些零散的东西放到一起,创建我们的BDD单元测试模板。
www.infoq.com
6.
In this case, the target files are the directories containing compiled source files and corresponding unit test files.
在这个例子中,目标文件是包含编译后的源文件的目录,以及对应的单元测试文件。
www-128.ibm.com
7.
As long as all the test cases pass, I add the new unit test class to my unit test automation library, which gets run on every build.
只要通过所有的测试用例,我就将向单元测试自动库添加新的单元测试类,在每次构建时运行。
www.ibm.com
8.
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
9.
Each time that you create a unit test by opening the Test menu and clicking New Test, Database Edition generates a test class.
每次通过打开“测试”菜单并单击“新建测试”来创建单元测试时,DatabaseEdition都会生成一个测试类。
msdn2.microsoft.com
10.
Note that you can enable the administration console in the WebSphere Studio tools unit test environment server.
注意:您也可以在WebSphereStudio工具单元的测试环境服务器中启动管理控制台。
www.ibm.com
1.
Nevertheless, test-driven portal application development requires broadening the unit test approach.
然而,测试驱动的门户应用程序开发需要拓展单元测试方法。
www.ibm.com
2.
Remember, system test would make enhancements to test applications and unit-test those improvements very quickly.
记住,系统测试会令对测试应用程序及单元测试的增强的改进非常快速。
www.ibm.com
3.
The developer can also generate data for unit test and can schedule the changes to be integrated into the nightly builds.
开发者还可以生成单元测试所需数据,将变更集成到每夜构建中。
www.infoq.com
4.
You'll deploy the completed project into the Integration Developer and WebSphere Process Server unit test environment.
您将把完整的项目部署到IntegrationDeveloper和WebSphereProcessServer单元测试环境中。
www.ibm.com
5.
The time-out on the connection string specifies how long to wait when the unit test connects to the server.
连接字符串中的超时指定单元测试在连接到服务器时需要等待多长时间。
technet.microsoft.com
6.
This will allow you to create the test script for the test action in the DatabaseTest1 unit test.
这将允许您为DatabaseTest1单元测试中的测试操作创建测试脚本。
msdn2.microsoft.com
7.
When you run this test, you get the same supporting elements as a Java unit test, including the JUnit-like pane in the lower-left corner.
在运行这个测试时,可以获得与Java单元测试相同的支持元素,包括左下角与JUnit相似的面板。
www.ibm.com
8.
Here introduce the method used in IGCC unit test for the reference of concerned parties.
本文推荐讨整体性能试验做法,供有关方面参考。
bbs.eptchina.cn
9.
A test and control system for a power unit test bed is proposed, which has the advantages of being convenient and practical.
介绍了一种适用于航空小型动力装置台架试验的测试系统,该系统具有经济实用的特点;
www.mct.com.cn
10.
Each time that you run the unit test, the data generation plan is run first to create the data for the test.
每次运行该单元测试时,就会首先运行该数据生成计划,从而为测试创建数据。
www.kuenglish.info
1.
The result of a unit test is simple: either it passes, or it doesn't.
单元测试的结果是十分简单:通过或是不通过。
wiki.woodpecker.org.cn
2.
when you generate a unit test for a private method , a private accessor is automatically created.
生成私有方法的单元测试时,将自动创建一个私有访问器。
www.ichacha.net
3.
Optional: create a unit test to assure that the original target object's factory method still returns the correct, non-mock object.
可选的:创建单元测试以确保原始目标对象的工厂方法仍返回正确的非模仿对象。
www.ibm.com
4.
You can create a data generation plan that creates meaningful data and then link it to a unit test.
可以创建一个生成有意义数据的数据生成计划,然后将该计划链接到单元测试。
www.kuenglish.info
5.
The next step is to create a database unit test that uses this data.
下一步将创建使用这些数据的数据库单元测试。
msdn2.microsoft.com
6.
Agile software development and extreme programming both promote writing unit test cases before developing the source code.
敏捷软件开发和极限编程二者均提倡在开发源代码之前编写单元测试用例。
www.ibm.com
7.
the unit test generates a call to the private accessor , and then calls the private method through the private accessor.
单元测试生成对私有访问器的调用,然后通过私有访问器来调用私有方法。
www.ichacha.net
8.
In a typical database unit test, a Transact-SQL (T-SQL) test script runs and returns an instance of the ExecutionResult class.
在典型的数据库单元测试中,Transact-SQL(T-SQL)测试脚本会运行并返回ExecutionResult类的一个实例。
msdn2.microsoft.com
9.
I am going to give you an end-of-the-unit test this Friday. Please be prepared for it.
这个星期五我要进行单元考试,请大家开始准备。
www.bing.com
10.
Create an ASP. NET Web site project that you want to test, and an ASP. NET unit test to test it.
创建您要测试的ASP.NET网站项目以及用来测试该项目的ASP.NET单元测试。
msdn2.microsoft.com
1.
When you create a database unit test using the first procedure, a test project is automatically created for you if no test project exists.
当您使用第一个程序建立资料库单元测试时,如果没有测试专案存在,则会自动为您建立一个测试专案。
technet.microsoft.com
2.
Visual Studio cannot generate a unit test for a method or property that uses an unbound type.
VisualStudio无法为使用未绑定类型的方法或属性生成单元测试。
msdn2.microsoft.com
3.
in the aspect of time efficiency, the speed of the recorded unit test is significantly higher than system test.
在时间效率方面,录制出来的单元测试的运行速度与系统测试相比有明显的提高。
www.fabiao.net
4.
Mockito really cleans up the unit test by not requiring expectations.
Mockito真的不需要期望行为,这简化了单元测试。
www.infoq.com
5.
The typical supporting tools for TFP are good integrated development environments (IDEs) and unit test frameworks.
支持TFP的典型工具是良好的集成开发环境(integrateddevelopmentenvironmentsIDEs)和单元测试框架。
www.ibm.com
6.
Before you can create any database unit test, you must have or create a database project for the database that you want to test.
对于要测试的数据库,必须拥有或创建一个数据库项目,才能创建任何数据库单元测试。
msdn2.microsoft.com
7.
Instead, I would write the class that runs all the unit test cases against the methods in the class.
相反,我编写根据类中的方法运行所有单元测试用例的类。
www.ibm.com
8.
Compare Figure 13 with the unit test result in Figure 7, and observe how the array of the date information is represented in each case.
对比图13和图7中的单元测试结果,并观察两种情况下如何描述日期信息数组。
www.ibm.com
9.
Define, design, implement, unit test and debug complex, multi-tier software applications for our operations.
为我们各项业务实施复杂、多层软件应用的定义,设计,实施,单元测试和调试。
www.lietou.com
10.
To enforce consistent detail in the unit test specifications, we included them in the peer review process.
为了在单元测试规范中强制一致的详细程度,我们将他们包含在同级评审过程中。
www.ibm.com
1.
This Java project contains a unit test Java class with all the methods described below.
这个Java项目包含一个测试Java类,里面有所有下面描述到的方法。
www-128.ibm.com
2.
Write one big fat unit test that calls all of your program, feeds it that input, and scrapes the log.
编写一个大单元测试,调用你所有的程序,提供前面提到的输入,然后梳理日志;
www.infoq.com
3.
The process for building mock objects from interfaces is simple, straightforward, and helps me develop effective unit test suites.
从接口创建模拟对象的过程简单易行,并能帮助我们开发有效的单元测试套件。
www.ibm.com
4.
The Java nature provides all tools for editing Java classes, creating unit test cases and debugging Java applications.
Java性质提供了编辑Java类、创建单元测试用例和调试Java应用程序的所有工具。
www-128.ibm.com
5.
An example application of a unit test under load is to test data access model components.
负载下单元测试的一个示例应用程序用于测试数据访问模型组件。
msdn2.microsoft.com
6.
Other basic ideas still include source code control, unit test, automation and iteration development to wait.
其他的基本思想还包括源代码控制、单元测试、自动化和迭代开发等。
pjprimer.com
7.
In this walkthrough, you create a database unit test that tests a simple Transact-SQL (T-SQL) script.
在本演练中,您将创建一个测试简单Transact-SQL(T-SQL)脚本的数据库单元测试。
msdn2.microsoft.com
8.
Create a data generation plan: Create a data generation plan for each unit test project or for specific application tests.
生成测试数据:预览并验证将生成的数据之后,您可以运行数据生成计划以生成测试数据。
technet.microsoft.com
9.
This example shows a unit test for a generic method that uses a type constraint.
此示例演示使用类型约束的泛型方法的单元测试。
msdn2.microsoft.com
10.
Avoid putting multiple classes in a single file, except inner class, helper class and Unit test class.
避免将多个类放在一个类文件里,除非是内部类,帮助类或者是单元测试类
zhidao.baidu.com
1.
If the signature for a private method changes, you must update the unit test that exercises that private method.
如果更改了私有方法的签名,则必须更新执行该私有方法的单元测试。
msdn2.microsoft.com
2.
Write design, code, unit test, integration test, User manual documentation in both Chinese and English.
使用中英文编写设计,编码,单元测试,集成测试,用户手册文档;
bj.liecai.com
3.
In Test View, double-click the unit test; this opens the file that contains the unit test and scrolls to the unit test method.
在“测试视图”中,双击该单元测试,这将打开包含该单元测试的文件并滚动到相应的单元测试方法。
msdn2.microsoft.com
4.
The New Portlet wizard: This wizard helps you develop and unit-test portlets written to the IBM standard portlet API.
新的Portlet向导:该向导帮助我们开发和单元测试那些写入IBM标准portletAPI中的portlet。
www.ibm.com
5.
These values can be fed back into the component at fault using the unit test composite application.
使用单元测试复合应用程序,可以将这些值重新提供给出错的组件。
www.ibm.com
6.
Provide training that covers Code Smells, Refactoring, Unit Test and Test Driven Development.
提供一些培训,包括代码的坏味道,重构,单元测试和测试驱动开发等。
www.infoq.com
7.
Here's the rest of the output of the unit test, listing the details of all the failures. You're down to 10.
这下面是单元测试结果的剩余部分,列出了所有的失败,的详细信息。你已经让它降到了10个。
wiki.woodpecker.org.cn
8.
Set breakpoints in the ASP. NET unit test and in the production code for your Web site.
在网站的ASP.NET单元测试和生产代码中设置断点。
msdn2.microsoft.com
9.
Used to specify the time-out period of a unit test.
用于指定单元测试的超时时间。
msdn2.microsoft.com
10.
With luck, you can recreate the fault in the unit test and diagnose it without having to load the full, complicated environment.
幸运的话,可以在单元测试中重新生成错误并进行诊断,而不需要加载完整的复杂环境。
www.ibm.com
1.
Test your plug-ins in a runtime workbench rather than write another unit test plug-in.
在运行时平台上测试插件程序,而不是编写另一个单元测试插件程序。
www.ibm.com
2.
While the code was being developed, they focused on building technical skills, planning, test case development, and application unit test.
在开发代码的过程中,他们关注构建技术技能、计划、测试案例开发,和应用程序单元测试。
www.ibm.com
3.
Along with user-acceptance tests, it might be of value to automate this process using a unit-test framework such as PHPUnit.
与用户接受测试一样,可以使用单元测试框架(如PHPUnit)自动处理此过程,这种处理方式很有价值。
www.ibm.com
4.
An empty subjects. yml file is created by Rails when it generates the corresponding subject unit test.
在Rails生成对应的单元测试时,它会创建一个空的subjects.yml。
www.ibm.com
5.
If any type of exception is thrown in a unit test, the DOH declares the entire test as failed.
如果在一个单元测试中有任何类型的异常被抛出,DOH就会宣布整个测试失败。
www.ibm.com
6.
Debug it until it's working, write a unit test or two.
一直调试,直至正常运作,编写一到两个单元测试。
dongxi.net
7.
These attributes are described in the previous procedure, "Configuring an ASP. NET Unit Test. "
前面的“配置ASP.NET单元测试”过程中对这些属性进行了描述。
msdn2.microsoft.com
8.
This included enhancing the unit test process to collect key metrics as part of test execution.
这包括增强单元测试处理以将关键度量收集作为测试执行的一部分。
www-128.ibm.com
9.
Software quality: Unit test progress, system test progress, test coverage.
软件质量:单元测试进展、系统测试进展、测试覆盖率。
www.ibm.com
10.
Therefore, you cannot check in an individual unit test.
因此,不能签入单个单元测试。
msdn2.microsoft.com
1.
The test class is called SampleUnitTest, and it contains a new unit test method called DatabaseTest1 by default.
该测试类名为SampleUnitTest,并且默认情况下包含一个名为DatabaseTest1的新的单元测试方法。
msdn2.microsoft.com
2.
A unit test is the initial testing of new and changed code in a module.
单元测试是模块中新代码和变更代码最初进行的测试。
www.ibm.com
3.
The following table provides a complete list of scripts that are associated with any database unit test .
下表完整列出了与任何数据库单元测试关联的脚本。
www.bing.com
4.
The content and test case of unit test were studied in detail.
重点研究了单元测试过程中测试内容和测试用例的生成。
www.ceps.com.tw
5.
Writing a unit test for a Stack class is straightforward.
可以很直观地写出对堆栈类的单元测试。
www.ibm.com
6.
In these cases, either the unit test or the code to be tested is most likely incorrect.
如果是这样,不是单元测试有问题,就是被测试的代码不正确。
www.ibm.com
7.
Figure 7 shows a drag and drop operation where the developer copies the COBOL program BK92S1 to the Unit Test feature for the changes.
图7展示了一个拖放操作,开发人员通过该操作将COBOL程序BK92S1复制到UnitTest特性以便修改。
www.ibm.com
8.
I tend to use the two techniques in tandem, especially when working with technologies that are difficult to unit test, like EJB2 beans.
我喜欢交替使用这两种技术,特别是在使用难以进行单元测试的技术(例如EJB2bean)时。
www.ibm.com
9.
Will be involved in the whole development cycle including design, coding, unit test and defect resolution.
将参与整个开发周期,包括设计,编码,单元测试和缺陷的决议。
www.im286.com
10.
Unit-test the component by running the test code in the same context as the component.
通过在与这个组件相同的环境中运行这个测试代码来进行单元测试。
www.ibm.com
1.
When you create a unit test, a separate unit test file is created for each class that you are testing.
注意事项当您产生单元测试时,系统预设建立的档案主要取决于测试专案设定。
technet.microsoft.com
2.
It can be started from within a unit test, so all the code runs within the same JVM.
因为能够从单元测试启动JBossEmbeddableEJB3容器,这样所有代码都运行在同一JVM中。
www.ibm.com
3.
Unit test the service, and deploy it to the production environment.
对该服务进行单元测试,然后将它部署到生产环境。
www.ibm.com
4.
Visual Studio can generate a unit test for this method, unless List is a non-public type.
VisualStudio可以为此方法生成单元测试,除非List是非公共类型。
msdn2.microsoft.com
5.
Performs unit test, component test and integration test to ensure the quality of program.
预备与执行单元测试、部件测试和集成测试以验证程序特性满足需求;
www.job956.com
6.
This string is also stored as an attribute of the unit test method.
此字符串还会作为单元测试方法的一个属性存储起来。
msdn2.microsoft.com
7.
Essentially, the dbscript creates and drops the contacts table and populates it with test data that the unit test uses.
dbscript创建和删除联系人表,在其中填充单元测试使用的测试数据。
www.ibm.com
8.
The service definition will let you invoke the deployed service, either from the unit test or the production environment.
服务定义将让您从单元测试或生产环境调用部署的服务。
www.ibm.com
9.
This exception is handled by the unit test engine to indicate an assert failure.
测试引擎处理此异常以指示测试失败。
www.kuenglish.info
10.
The test engine assumes that every unit test starts in a passing state.
测试引擎假定所有单元测试在开始时均为通过状态。
www.kuenglish.info
1.
In a unit test, you test anything that could possibly break your model.
在单元测试中,要测试所有可能破坏模型逻辑的东西。
www.ibm.com
2.
When you build this project, or the entire solution, the test project is built into an assembly that contains the executable unit test.
在生成此项目或生成整个解决方案时,测试项目将生成到包含可执行单元测试的程序集之中。
msdn2.microsoft.com
3.
A developer uses a Web services toolkit and unit test environment to create and test the Web service.
开发者使用Web服务工具箱和单元测试环境来创建和测试Web服务。
www.ibm.com
4.
From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage.
它可以从一个参数化的单元测试中自动生成一个传统的单元测试集,而且有很好的代码覆盖率。
blog.joycode.com
5.
When he's ready, the developer uses IBM Rational PurifyPlus to unit test the updates.
当开发者准备好时,他使用IBMRationalPurifyPlus更新单元测试。
www.ibm.com
6.
Familiar with unit test, test cases, automated test concepts and common method.
熟悉单元测试,测试用例,自动测试概念及常用方法;
www.javaeye.com
7.
This unit test is created as a new test method inside the SampleUnitTest class you created earlier.
此单元测试是作为在先前创建的SampleUnitTest类内的新测试方法创建的。
msdn2.microsoft.com
8.
A unit test that does not call verify is a unit test that cannot fail.
单元测试不调用verify方法就不会失败。
www.infoq.com
9.
Write unit test programs for your code.
为你的代码编写单元测试程序。
blog.csdn.net
10.
You may prefer to write the unit test before making any code fixes in a test-first development strategy.
在测试先行的开发策略中,您可能更愿意在进行任何代码修复之前编写单元测试。
technet.microsoft.com
1.
To run the unit test, type groovy PropertiesTest at the command line.
要运行单元测试,在命令行中键入groovyPropertiesTest。
www.ibm.com
2.
The junior I&T team member took the unit test specification and created scripts based on the current build of the software.
初级的集成与测试团队成员接受单元测试说明并基于当前的软件构建版本创建测试脚本。
www.ibm.com
3.
You then add a class to the Web site project, and finally, generate a unit test from that class.
然后向网站项目中添加一个类,最后从该类生成单元测试。
msdn2.microsoft.com
4.
A broken unit test is taken as seriously as a compilation error.
未通过的单元测试将被视为与编译错误一样严重的问题。
www.ibm.com
5.
During the deployment process, we need to unit test all the portlets.
在部署过程中,我们需要对所有Portlet进行单元测试。
www.ibm.com
6.
To save time, you can use the Object Test Bench to quickly unit-test your code.
为节省时间,可以使用“对象测试工作台”对代码执行快速的单元测试。
msdn2.microsoft.com
7.
Unfortunately, a unit test does not catch this type of bug.
不幸的是,单元测试不能捕捉这种bug。
www.ibm.com
8.
The included project interchange file also contains a unit test case for the AddressCSV_To_Address map.
所包括的项目交换文件还包含一个用于AddressCSV_To_Address映射的单元测试用例。
www.ibm.com
9.
This data generation plan will be applied to the TestNorthwind database when you run the unit test.
此数据生成计划将在运行单元测试时应用到TestNorthwind数据库。
msdn2.microsoft.com
10.
This example shows a unit test for a generic method that uses a type constraint that is not satisfied.
此示例演示使用未符合的类型约束的泛型方法的单元测试。
msdn2.microsoft.com
1.
Each unit test typically tests only a single class, or a small cluster of classes.
每个单元测试典型地只测试单个的类或很少几个类的组合。
www.ebigear.com
2.
To unit test the navigation from View mode to Edit mode, follow the steps defined earlier.
要从View模式到Edit模式对导航执行单元测试,遵循前面列出的步骤。
www.ibm.com
3.
This search engine system has passed the unit test and integrated test and may run stably.
该化工专业搜索引擎系统经过了单元测试和集成测试,已经可以稳定的运行。
www.juhe8.com
4.
The Unit Test USB key must be installed (Figure 1) before initiating the boot.
启动之前,必须安装UnitTestUSB密匙(见图1)。
www.ibm.com
5.
Set breakpoints in InsertCurrency. Cs, and then on the Debug menu, click Start to compile, deploy, and unit-test the project.
在InsertCurrency.cs中设置断点,然后在“调试”菜单上单击“启动”以对该项目进行编译、部署和单元测试。
msdn2.microsoft.com
6.
The TestInitialize script runs before each unit test in a given test class.
TestInitialize脚本在给定测试类中的每个单元测试之前运行。
msdn2.microsoft.com
7.
Within a generated unit test, you typically need to customize variable assignments and one or more Assert statements.
在生成的单元测试中,通常需要自定义变量的赋值以及一个或多个Assert语句。
msdn2.microsoft.com
8.
Unit-test the component against the local resource.
单元测试这个组件是以本地资源为背景的。
www.ibm.com
9.
Any comment should be captured in a unit test.
任何注释都应在单元测试内捕获。
www.ibm.com
10.
A good guideline to follow is to write a unit test whenever you feel the need to comment some behavior in the code.
应该遵循下面这条很好的原则:即只要您认为有必要对代码中的某个行为加注,就编写一个单元测试。
www.ibm.com
1.
Most novices try to cram too many elements into each unit test.
大多数初学者都试图在每个单元测试中填入太多的要素。
www.ibm.com
2.
Perform software coding, unit test and pre_integration tests.
负责进行软件编码,单元测试及预集成测试。
www.renhe.cn
3.
It is typical to do some custom initialization work before executing a unit test.
在执行单元测试之前,通常要执行一些定制的初始化。
www.ibm.com
4.
Describes the unit test type of the Team System testing tools.
介绍TeamSystemtestingtools的单元测试类型。
msdn2.microsoft.com
5.
To create a unit test for the string class, you need to subclass the CppUnit: : TestCase class and override the runTest method.
要想为字符串类创建单元测试,需要创建CppUnit::TestCase类的子类并覆盖runTest方法。
www.ibm.com
6.
The test project is added to your solution along with the new unit test.
该测试项目以及新单元测试将添加到解决方案中。
msdn2.microsoft.com
7.
Comments, you will want to copy the code you changed from the original unit test into the new version of the test.
注释的行中赋值,则会希望将更改过的代码从原始的单元测试复制到新版本的测试中。
msdn2.microsoft.com
8.
The following table describes the files that interact to form a database unit test.
下表描述了相互作用以形成数据库单元测试的各种文件。
technet.microsoft.com
9.
Therefore, if a generic type is non-public, Visual Studio cannot generate a unit test for it.
因此,如果某个泛型类型是非公共的,则VisualStudio将无法为它生成单元测试。
msdn2.microsoft.com
10.
Each database unit test contains a single pre-test action, test action, and post-test action.
每个数据库单元测试包含一个预先测试操作、一个测试操作和一个后期测试操作。
msdn2.microsoft.com
1.
Generating a unit test from code automatically defines the TestContext property.
当基于代码生成单元测试时,会自动定义TestContext属性。
msdn2.microsoft.com
2.
Pererrorforms unit test, component test and integration test to ensure the quality of program.
准备与执行单元测试、部件测试和集成测试以验证程序特性满足需求;
www.gao8dou.com
3.
Unit test methods reside in test classes, which are stored in source code files.
单元测试方法位于测试类中,测试类则存储在源代码文件中。
msdn2.microsoft.com
4.
The developers drafted a unit test specification for each test.
开发人员为每一个测试起草一个单元测试说明。
www.ibm.com
5.
Using unit test methods to test every getter method is recommended.
推荐使用单元测试方法来测试每个getter方法。
www.ibm.com
6.
For Workplace Collaboration Services 2. 5, we enhanced the unit test process to facilitate performance data capture and analysis.
对于WorkplaceCollaborationServices2.5,我们增强了单元测试过程以方便性能数据捕获和分析。
www-128.ibm.com
7.
In fact, the unit test is example of real world. It's automatic and be controlled. The expanse has value.
实际上,单元测试正是现实世界的一个例子。这是自动的并且是被控制的。花费的代价是值得的。
www.matrix.org.cn
8.
A single source-code file typically contains multiple unit test methods.
单个源代码文件通常包含多个单元测试方法。
msdn2.microsoft.com
9.
This example uses a unit test to verify that everything works as expected.
这个示例使用单元测试来验证每件事都按预期工作。
www.ibm.com
10.
The Receive statement labelled Initiation: this is the target of our unit test initiation.
标记为Initiation的Receive语句:这是我们单元测试启动的目标。
www.ibm.com
1.
I have found that the large majority of third-party Python packages I download also lack a thorough unit test collection.
我还发现,我下载的绝大多数第三方Python包都缺少完备的单元测试集。
www-128.ibm.com
2.
The listing shows a utility class that gets used by the unit test.
这个清单给出单元测试使用的实用程序类。
www.ibm.com
3.
Based on the unit test recording method, we design and implement a viable framework for automated unit test recording.
本文基于单元测试录制方法,设计并实现了一个可行的自动化单元测试录制框架。
www.fabiao.net
4.
Within each loaded window all unit test functions are invoked.
在每个被加载的窗口中,所有的单元测试函数都会被调用到。
www.infoq.com
5.
You can then use Visual Studio to reproduce the bug by running the failed unit test.
然后,您可以使用VisualStudio通过运行失败的单元测试来重现Bug。
msdn2.microsoft.com
6.
Test View, double-click the unit test and scroll to the unit test method.
“测试视图”中,双击该单元测试并滚动到相应的单元测试方法。
technet.microsoft.com
7.
NUnit is a Unit Test framework for the . NET languages.
NUnit是一个.NET上的单元测试框架。
www.infoq.com
8.
Unit test execution can also fail if the service account does not have access to the deployment root folder.
如果服务帐户不能访问部署根文件夹,则单元测试执行也可能会失败。
msdn2.microsoft.com
9.
You typically do this to prepare a unit test that has been generated automatically.
通常,执行此操作的目的是为了准备一个已经自动生成的单元测试。
msdn2.microsoft.com
10.
First, create a WebSphere Application Server 4. 0 unit test server project, server instance, and server configuration.
首先,创建一个WebSphereApplicationServer4.0单元测试服务器工程、服务器实例和服务器配置。
www.ibm.com
1.
We have written a unit test that exercises our application code.
我们已经编写了检测应用程序代码的单元测试。
www.ibm.com
2.
During installation, be sure to select the WebSphere Portal V5 unit test environment.
在安装的过程中,请确保选择了WebSpherePortalV5单元测试环境。
www.ibm.com
3.
You can also create an empty database unit test and add code later to test other types of database objects.
您也可以建立一个空的资料库单元测试,稍后再新增程式码以测试其他类型的资料库专案。
technet.microsoft.com
4.
Perform the steps in the procedure, "Run and Customize a Unit Test. "
执行“运行和自定义单元测试”过程中的步骤。
msdn2.microsoft.com
5.
i will then show you how i would write a unit test for this class , after which i will add the unit test to the build process.
然后,我会告诉您我是如何为这个类编写单元测试,以及在编写完它以后又是如何将单元测试添加到构建过程中的。
www.ichacha.net
6.
This message can be seen in the unit test results.
在单元测试结果中可以看到此消息。
msdn2.microsoft.com
7.
Before you run a database unit test, you might want to insert representative data into your database.
在运行数据库单元测试之前,您可能希望将代表数据插入到数据库中。
technet.microsoft.com
8.
A unit test verifies an object or multiple objects in isolation.
单元测试隔离地验证一个或多个对象。
www.ibm.com
9.
The test project contains a standard unit test, which you can delete.
测试项目中包含一个可以删除的标准单元测试。
technet.microsoft.com
10.
To do this, in the Test List Editor, double-click the unit test.
若要执行此操作,请在“测试列表编辑器”中双击该单元测试。
technet.microsoft.com
1.
This project does not contain a database unit test class, which you must add.
此项目中不包括数据库单元测试类,您必须自己添加该测试类。
technet.microsoft.com
2.
The new ASP. NET unit test is added to a file in your test project.
新ASP.NET单元测试即添加到测试项目中的文件中。
msdn2.microsoft.com
3.
Look for groups of files that solve a particular problem, like how to persist an object (including doc and j-unit test files).
寻找解决某个特定问题的文件组,例如如何保存某个对象(包括文档和j-unit测试文件)。
www.ibm.com
4.
A sneak peek into the boost header unit_test_suite. hpp confirms this (see Listing 21).
看一下Boost头文件unit_test_suite.hpp就可以确认这一点(见清单21)。
www.ibm.com
5.
The unit test suite shows some additional XML file samples.
在测试套件中有一些附加的XML文件的样例。
wiki.redsaga.com
6.
Perform the steps in the procedure, "Run a Unit Test and Fix Your Code. "
执行“运行单元测试并修复代码”过程中的步骤。
msdn2.microsoft.com
7.
By default, a generated ASP. NET unit test includes the %PathToWebRoot% variable in the pathToWebApp parameter.
默认情况下,生成的ASP.NET单元测试在pathToWebApp参数中包含%PathToWebRoot%变量。
msdn2.microsoft.com
8.
Before this assembly takes place, it is necessary and critical to properly unit test each component independently.
在这些集成发生之前,必不可少的也是十分关键的是要对每个组件分别进行严格的单元测试。
www.ibm.com
9.
Plus, doing so keeps the test as a true unit test.
另外,这样做可使测试保持为一个真正的单元测试。
www.ibm.com
10.
This adds another unit test to the existing project.
此操作将向现有项目添加另一个单元测试。
msdn2.microsoft.com
1.
We will consider just one question for our example: "Did the developers unit test their code? "
对我们的例子来说,我们仅仅需要考虑一个问题:“开发人员会单个测试他们的编码吗?”
www.ibm.com
2.
The pre-test script runs before the test action within a unit test.
预先测试脚本在单元测试中的测试操作之前运行。
msdn2.microsoft.com
3.
ccf2. jar Supplied by unit-test environment; for connection pooling only.
jar由单元测试环境提供;只用于连接池。
www.ibm.com
4.
For more information, see How to: Open a Database Unit Test to Edit.
有关更多信息,请参见如何:打开数据库单元测试以进行编辑。
msdn2.microsoft.com
5.
You can use existing tools like IDCAMS, DB2 utilities, and so on, to extract test data and then download it to the Unit Test machine.
您可以使用IDCAMS、DB2实用程序等现有工具来提取测试数据,然后将数据下载到UnitTest机器。
www.ibm.com
6.
Perform the steps in the procedure, "Create a Unit Test. "
执行“创建单元测试”过程中的步骤。
msdn2.microsoft.com
7.
However, what if a complete unit-test suite takes an hour to run?
然而,如果一个完全的单元测试集要花一个小时运行呢?
www.ibm.com
8.
For every new unit test, the framework creates a new test fixture.
对于每个新的单元测试,框架创建一个新的测试装备。
www.ibm.com
9.
The first thing you have to do is to setup WebSphere Application Server V6. 1 as a unit test environment.
您必须做的第一件事情是将WebSphereApplicationServerV6.1设置为一个单元测试环境。
www.ibm.com
10.
This script precedes all pre-test and test actions in the unit test.
(可选)此脚本优先于单元测试中的所有预先测试操作和测试操作。
technet.microsoft.com
1.
This procedure shows how to use the Properties of the unit test to create the connection.
此过程演示如何使用单元测试的属性创建该连接。
msdn.microsoft.com
2.
Create a new database unit test inside an existing test class.
在现有的测试类别内建立新的资料库单元测试。
technet.microsoft.com
3.
Next, you write just enough code in order for the unit test to pass.
接下来,您编写能够通过这个单元测试的程序代码;
space.itpub.net
4.
This is challenging because there is no network in a unit test and the AJAX call will fail.
这很有挑战性,因为单元测试中没有网络,AJAX调用会失败。
www.infoq.com
5.
Developers might use one or more of their own sandbox portals or portal unit test environments.
开发人员可能会使用自己的沙箱门户(也称门户单元测试环境)中的一个或多个。
www.ibm.com
6.
The post-test script runs after an individual unit test.
后期测试脚本在每个单元测试之后运行。
msdn2.microsoft.com
7.
For each UI gesture defined in the specification, create a line in your unit test.
对于规范中定义的各个UI动作,在单元测试中创建一行说明。
www.ibm.com
8.
To create a data-driven unit test, you can start with either a unit test that you have created by hand or a generated unit test.
若要创建一个数据驱动的单元测试,既可以从手动创建的单元测试开始,也可以从生成的单元测试入手。
www.juyy.net
9.
Write the unit test before writing code for class it tests.
首先编写单元测试,然后再编写要测试的类代码
www.ibm.com
10.
There are two reasons to edit a unit test: You are authoring it by hand, or you are editing a newly generated unit test.
编辑单元测试的原因有两个:您正在手动创作一个单元测试;或者正在编辑一个新生成的单元测试。
msdn2.microsoft.com
随便看

 

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

 

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