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.
由于您的COBOL程序在进程中可以作为单独的线程运行,因此可以在两个不同的范围内解释语言元素:运行单元范围或程序调用实例范围。
Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
When all of the unit tests pass, run the original functional test to see if it is passing or if it needs modification.
当所有的单元测试都结束以后,运行最初的功能测试,看看它是否能够通过,或者是否需要修改。
In Part 2, you will see how to run these unit test cases in a continuous integration server.
在第2部分中,您将看到如何在持续集成服务器中运行这些单元测试用例。
If there are no obvious problems and you can run the unit tests, you're good to go.
如果没有明显的问题,并且能够运行单元测试,那么即可放心地继续下去了。
As soon as we checked in our code, the repository would automatically build all of the applications and run the unit tests against them.
在我们签入我们代码的同时,软件仓库会自动构建所有的应用程序,然后对它们运行单元测试。
Within the development environment, run unit tests to exercise all parts of your application that generate SQL.
在开发环境中,运行单元测试来检验生成 SQL的应用程序的所有部分。
At the same time, a dedicated unit test Explorer window lets you see the structure of your unit tests and run any combination of tests in one or more unit test sessions.
同时,一个专用的单元测试资源窗口会让你看到你的单元测试的结构和运行一个或多少单元测试会话的任意组合测试。
That the build and unit tests can be run quickly and completely in the developer's environment.
构建和单元测试能够在开发人员的环境中迅速地和完全地运行。
If you run unit tests whenever you make changes to code, you'll find out immediately if your changes broke something.
如果只要更改代码即运行单元测试,您立即就能发现您所做的更改是否对系统造成了破坏。
Another increasingly common practice is to write unit tests and run them as part of the build.
另一个正在流行起来的实践是编写单元测试,并把它们作为构建过程的一部分来运行。
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.
在许多敏捷团队中,全部新代码都要经过自动化的单元测试,每次执行架构都会运行所有单元测试。
Having an automated system build your code and run the unit tests can be a more reliable solution.
让自动系统来构建代码、运行单元测试,可能是更可靠的解决方案。
We designed some unit tests that would run overnight to identify any heap or stability problems.
我们设计了一些通宵运行的单元测试来找出任何内存的泄漏或者稳定性的问题。
Now that there is a customer, it is good to get automated builds configured to automate the packaging of the binaries that are shipped, and to automatically run the unit tests.
既然有一个客户,那么让构建配置自动化是一个不错的注意,它可以自动化使用的二进制,并自动运行测试单元。
Unit tests don't deal with databases, file systems, or anything else that would tend to make tests run longer; consequently, unit tests can be written from day one.
单元测试不处理数据库、文件系统或任何可能延长测试运行时间的内容;因而,从第一天就可以编写单元测试。
In a multithreaded environment, a COBOL run unit is the portion of the process that includes threads that have been actively executing COBOL programs.
在一个多线程环境中,COBOL运行单元是进程的一部分,包括实际已经执行COBOL程序的线程。
While the COBOL run unit runs, the language element persists and is available to other programs within this thread.
当COBOL运行单元处于运行状态时,语言元素将保持不变,并且可用于同一线程中的其他程序。
WHO reports that coordination of health supplies is improving, with a fully operational donor coordination unit run by the Ministry of health and WHO.
世卫组织报告,由卫生部和世卫组织管理的捐助者协调处已充分开展工作,卫生用品的协调正在改进。
Because these tests take longer to run than true unit tests, you may find that you can't run them all the time.
由于这些测试比真正的单元测试运行时间长,因而不能一直运行它们。
The STOP run statement closes all files defined in any of the programs in the run unit.
STOPrun语句关闭了运行单元内的任意程序中定义的所有文件。
The next step is to run your unit tests, fix the syntax errors (that is, implement the class with the interfaces just defined by your test), and run the tests again.
下一步就是运行您的单元测试,修正语法错误(即,编写一个类,使它实现您的测试刚定义的接口),并再次运行测试。
You can create web tests and unit tests and run them together under load across multiple machines.
你能够创建Web测试和单元测试并且一起运行在多台机器上做性能测试。
Up until now, it was possible to run unit tests against your personal Twitter account without anybody knowing what you were up to.
到目前为止,可以在个人Twitter帐户上运行单元测试,而其他人并不知道您要干什么。
The Cactus framework is an extension of JUnit that enables you to run unit tests inside a container.
Cactus框架是JUnit的扩展,Junit使您能够在一个容器中运行单元测试。
Before you can run Jester, all the unit tests must pass with the unmodified source code.
在运行Jester之前,所有对没有修改的源代码的单元测试都必须测试通过。
You specify data in a fixture, and tell Rails to load the data when you run the unit tests.
在fixture中指定数据,并让Rails在运行单元测试时装载这些数据。
You can use this embedded container to run unit tests without having to run an entire servlet container.
可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。
In the DATA DIVISION, all files in the file SECTION have storage statically allocated and remained for the life of the run unit.
在DATADIVISION中,FILESECTION中的所有文件都静态分配了存储空间,并且该空间将一直保留到运行单元结束。
Target: test -- Run the unit tests in WebSphere Process Server.
目标:测试——在WebSphereProcessServer 中运行单元测试。
应用推荐