默认情况下,使用STA运行单元测试。
这很像在运行单元测试,但却附着了调试器。
This is like running the unit tests, but with the debugger attached.
运行单元测试确保测试用例能继续找到并返回正确的对象。
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.
CMMI评估需要已编写并运行单元测试的证据。
Evidence that unit tests were both written and run is required for a CMMI appraisal.
让自动系统来构建代码、运行单元测试,可能是更可靠的解决方案。
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.
您运行单元测试 --也许很多次 --并且它每次都运行得很好。
You ran your unit test -- many times, perhaps -- and it worked perfectly every time.
键入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.
在fixture中指定数据,并让Rails在运行单元测试时装载这些数据。
You specify data in a fixture, and tell Rails to load the data when you run the unit tests.
提供有关如何解决在为数据库创建和运行单元测试时可能遇到的问题的提示。
Provides tips about how to troubleshoot issues that you might experience when you create and run unit tests for your database.
然而运行单元测试(假设你有他们)在丑化代码会增加信心和识别任何问题。
However running your unit tests (assuming you have them) on the uglified code will increase confidence and identify any issues.
可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。
You can use this embedded container to run unit tests without having to run an entire servlet container.
在我们签入我们代码的同时,软件仓库会自动构建所有的应用程序,然后对它们运行单元测试。
As soon as we checked in our code, the repository would automatically build all of the applications and run the unit tests against them.
目标:测试——在WebSphereProcessServer 中运行单元测试。
Target: test -- Run the unit tests in WebSphere Process Server.
到目前为止,可以在个人Twitter帐户上运行单元测试,而其他人并不知道您要干什么。
Up until now, it was possible to run unit tests against your personal Twitter account without anybody knowing what you were up to.
例如,可以设置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).
如果只要更改代码即运行单元测试,您立即就能发现您所做的更改是否对系统造成了破坏。
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.
“在运行单元测试前生成测试数据”复选框,以在运行测试前向数据库项目应用数据生成计划。
Generate test data prior to running unit tests check box to apply a data generation plan to your database project before you run tests.
开发人员和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.
持续集成服务器不断检查不受源控制的代码,执行构建,对它运行单元测试,并通常通过电子邮件向开发人员报告所有构建故障。
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.
我们有一个自动测试架构,它可以自动运行单元测试以及功能级的测试用例(无论什么时候创建了的构建它都可用自动运行)。
We had one automated test framework that ran both unit- and feature-level test cases (it ran automatically whenever a build was generated.)
为支持此方案,您可以从命令行生成、部署数据库项目以及运行单元测试,其中可以包括生成代表性、可预测的测试数据。
To support this scenario, you can build your database project, deploy it, and run unit tests from the command line, which can include generating representative and predictable test data.
这是在诸如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.
在执行构建时,应该经常运行它们,不管是在机器上,还是在CI环境的上下文中(这意味着,代码一经签入SCM 环境,就要运行单元测试)。
You should always run them when you execute a build, whether on your machine or in the context of a CI environment (meaning you should run them anytime code is checked into an SCM system).
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
在第2部分中,您将看到如何在持续集成服务器中运行这些单元测试用例。
In Part 2, you will see how to run these unit test cases in a continuous integration server.
应用推荐