运行单元测试确保测试用例能继续找到并返回正确的对象。
Running unit tests assures that test case code will continue to find and return the correct objects.
提供非常强大的集成测试框架以在你的网页上运行单元测试。
Very powerful integrated testing framework for running unit tests on your web pages.
让自动系统来构建代码、运行单元测试,可能是更可靠的解决方案。
Having an automated system build your code and run the unit tests can be a more reliable solution.
在不同的工作站上运行单元测试需要有能运行容器的应用程序服务器。
Running unit tests on different workstations requires application servers where the containers can run.
键入grailstest - app -unit运行单元测试。
如果没有明显的问题,并且能够运行单元测试,那么即可放心地继续下去了。
If there are no obvious problems and you can run the unit tests, you're good to go.
在开发环境中,运行单元测试来检验生成SQL的应用程序的所有部分。
Within the development environment, run unit tests to exercise all parts of your application that generate SQL.
在运行单元的范围内,COBOL程序可以调用非cobol程序,反之亦然。
Within the run unit, COBOL programs can call non-COBOL programs and vice versa.
您运行单元测试 --也许很多次 --并且它每次都运行得很好。
You ran your unit test -- many times, perhaps -- and it worked perfectly every time.
STOPrun语句关闭了运行单元内的任意程序中定义的所有文件。
The STOP run statement closes all files defined in any of the programs in the run unit.
在fixture中指定数据,并让Rails在运行单元测试时装载这些数据。
You specify data in a fixture, and tell Rails to load the data when you run the unit tests.
可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。
You can use this embedded container to run unit tests without having to run an entire servlet container.
它们也可以作为运行单元跨越程序的生命周期,并针对每个程序或方法条目重设初始值。
They can also span for the lifetime of a program as run units and are reset to their initial value on each program or method entry.
在我们签入我们代码的同时,软件仓库会自动构建所有的应用程序,然后对它们运行单元测试。
As soon as we checked in our code, the repository would automatically build all of the applications and run the unit tests against them.
在运行单元期间,WORKING- STORAGE项将一直保持最后一次使用时的状态。
For the duration of the run unit, WORKING-STORAGE items persist in their last-used state.
到目前为止,可以在个人Twitter帐户上运行单元测试,而其他人并不知道您要干什么。
Up until now, it was possible to run unit tests against your personal Twitter account without anybody knowing what you were up to.
目标:测试——在WebSphereProcessServer 中运行单元测试。
Target: test -- Run the unit tests in WebSphere Process Server.
例如,可以设置CI系统执行构建(通常称作提交构建),该构建只在代码签入时运行单元测试。
For instance, you can set up your CI system to execute a build that only runs unit tests during code check-ins (which is often referred to as a commit build).
当COBOL运行单元处于运行状态时,语言元素将保持不变,并且可用于同一线程中的其他程序。
While the COBOL run unit runs, the language element persists and is available to other programs within this thread.
如果只要更改代码即运行单元测试,您立即就能发现您所做的更改是否对系统造成了破坏。
If you run unit tests whenever you make changes to code, you'll find out immediately if your changes broke something.
Cactus框架是JUnit的扩展,Junit使您能够在一个容器中运行单元测试。
The Cactus framework is an extension of JUnit that enables you to run unit tests inside a container.
在一个多线程环境中,COBOL运行单元是进程的一部分,包括实际已经执行COBOL程序的线程。
In a multithreaded environment, a COBOL run unit is the portion of the process that includes threads that have been actively executing COBOL programs.
开发人员和QA经理会经常希望利用云资源来多平台测试、并发运行单元测试和功能测试、有效地执行负载测试。
Developers and QA managers will continually want to provision cloud resources for multi-platform testing, run unit and functional tests in parallel, and execute effective load testing.
仿真想定是在利用现代计算机技术对军事系统进行仿真时,可以直接加载到仿真运行单元的关于想定的仿真数据。
Simulation scenario is simulation data about scenario which can be loaded to simulation units, while making a military system simulation with computer technology.
持续集成服务器不断检查不受源控制的代码,执行构建,对它运行单元测试,并通常通过电子邮件向开发人员报告所有构建故障。
A Continuous Integration server constantly checks the code out of source control, builds it, runs the unit tests against it, and reports any build failures to the developers, usually via E-mail.
除了ADDRESS - OF和LINAGE - COUNTER专用寄存器外,其他专用寄存器都可以从运行单元中引用。
Except for the ADDRESS-OF and LINAGE-COUNTER special registers, these special registers can be referenced from run unit.
由于您的COBOL程序在进程中可以作为单独的线程运行,因此可以在两个不同的范围内解释语言元素:运行单元范围或程序调用实例范围。
Because your COBOL programs can run as separate threads within a process, a language element can be interpreted in two different scopes: run-unit scope or program invocation instance scope.
在DATADIVISION中,FILESECTION中的所有文件都静态分配了存储空间,并且该空间将一直保留到运行单元结束。
In the DATA DIVISION, all files in the file SECTION have storage statically allocated and remained for the life of the run unit.
这是在诸如WebSphereIntegrationDeveloper等集成开发环境(IDE)之外进行的,因此一般需要通过Ant运行单元测试。
This is done outside your integrated development environment (ide), such as WebSphere Integration Developer, so running the unit tests via Ant is generally required.
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
应用推荐