您要查找的是不是:
- class unit test 类单元测试
- The TestInitialize script runs before each unit test in a given test class. TestInitialize脚本在给定测试类中的每个单元测试之前运行。
- Write unit test programs for your code. 为你的代码编写单元测试程序。
- Add a new unit test file to the project. 向项目中添加新的单元测试文件。
- This is the object the unit test produced. 这是单元测试生成的对象。
- This is the string the unit test produced. 这是单元测试生成的字符串。
- This message can be seen in the unit test results. 在单元测试结果中可以看到此消息。
- Unit test execution can fail in this situation. 在这种情况下单元测试执行可能会失败。
- One or more tools are deployed for the unit test. 单元测试配置有一个或多个工具。
- Open the code file that contains the unit test. 打开包含该单元测试的代码文件。
- Open the source code file of a unit test. 打开单元测试的源代码文件。
- Open the unit test to edit its source code. 打开单元测试以编辑其源代码。
- Unit test for the URI filter plugin framework. URI过滤器插件框架的单元测试。
- Within each test class, individual unit tests are stored as test methods. 在每个测试类中,单个单元测试存储为测试方法。
- For all unit tests within a single test class, this is always the case. 对于一个测试类中的所有单元测试,始终是这种情况。
- This Java project contains a unit test Java class with all the methods described below. 这个Java项目包含一个测试Java类,里面有所有下面描述到的方法。
- The TestCleanup script runs after all unit tests in a given test class. TestCleanup脚本在给定测试类中的所有单元测试之后运行。
- You then add a class to the Web site project, and finally, generate a unit test from that class. 然后向网站项目中添加一个类,最后从该类生成单元测试。
- Load tests can include both Web and unit tests. 负载测试可以包括Web测试和单元测试。
- Endo-Testing: Unit Testing with Mock Objects. 介绍了术语模仿对象。