运行单元测试确保代码正常工作。
当我完成新类的编写时,我将再次运行单元测试。
When I have completed writing the new class, then I run the unit tests again.
如何:创建和运行单元测试。
运行单元测试。
默认情况下,使用STA运行单元测试。
我用Ant构建项目,并用JUnit运行单元测试。
I use Ant to build the projects, and JUnit to run the unit test.
这很像在运行单元测试,但却附着了调试器。
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.
进行几处简单的更改之后,就可以重新生成并运行单元测试。
After you have made several simple changes, you can rebuild and run your unit tests.
键入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.
使用WicketTester创建、运行单元测试非常快速、简单,如下所示。
Creating and running unit tests with WicketTester is fast and simple, as shown below.
在fixture中指定数据,并让Rails在运行单元测试时装载这些数据。
You specify data in a fixture, and tell Rails to load the data when you run the unit tests.
要运行单元测试,在命令行中键入groovy PropertiesTest。
To run the unit test, type groovy PropertiesTest at the command line.
提供有关如何解决在为数据库创建和运行单元测试时可能遇到的问题的提示。
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.
应用推荐