您要查找的是不是:
- 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过滤器插件框架的单元测试。
- The new ASP.NET unit test is added to a file in your test project. 新ASP.;NET单元测试即添加到测试项目中的文件中。
- To see the unit test, open the test file and scroll to the end. 若要查看该单元测试,请打开测试文件并滚动到末尾处。
- The data from each row is used by the unit test as input data. 单元测试使用每一行的数据作为输入数据。
- The source code file that contains the unit test opens. 将打开包含该单元测试的源代码文件。
- This is the string the unit test expects not to match actual. 单元测试要求该字符串与actual不匹配。
- This string is also stored as an attribute of the unit test method. 此字符串还会作为单元测试方法的一个属性存储起来。
- Load tests can include both Web and unit tests. 负载测试可以包括Web测试和单元测试。
- Endo-Testing: Unit Testing with Mock Objects. 介绍了术语模仿对象。
- Write unit tests before you write the code. 在编写代码之前编写单元测试。