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.
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
We have unit tests that must run before and after each integration.
我们有一些必须在每次集成之前和之后运行的单元测试。
When all the unit tests have run?
何时运行完所有单元测试?
运行单元测试。
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的应用程序的所有部分。
If you run unit tests whenever you make changes to code, you'll find out immediately if your changes broke something.
如果只要更改代码即运行单元测试,您立即就能发现您所做的更改是否对系统造成了破坏。
Make sure that your unit tests were run correctly.
请确保您的单元测试已正确运行。
When I have completed writing the new class, then I run the unit tests again.
当我完成新类的编写时,我将再次运行单元测试。
Having an automated system build your code and run the unit tests can be a more reliable solution.
让自动系统来构建代码、运行单元测试,可能是更可靠的解决方案。
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.
下一步就是运行您的单元测试,修正语法错误(即,编写一个类,使它实现您的测试刚定义的接口),并再次运行测试。
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使您能够在一个容器中运行单元测试。
To run the unit test, type groovy PropertiesTest at the command line.
要运行单元测试,在命令行中键入groovy PropertiesTest。
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中的所有文件都静态分配了存储空间,并且该空间将一直保留到运行单元结束。
I use Ant to build the projects, and JUnit to run the unit test.
我用Ant构建项目,并用JUnit运行单元测试。
Target: test -- Run the unit tests in WebSphere Process Server.
目标:测试——在WebSphereProcessServer 中运行单元测试。
To run this unit test, create a run configuration for the unit test class as a test: : unit type.
要运行这个单元测试,应该为单元测试类创建一个Test:Unit类型的Run配置。
应用推荐