我可以将它发送给这个单元测试中的其他类,并且它表现得像一个真正的文件。
I can pass it around to other classes in this unit test, and it will behave as if it were a real file.
在这个例子中,目标文件是包含编译后的源文件的目录,以及对应的单元测试文件。
In this case, the target files are the directories containing compiled source files and corresponding unit test files.
这个工具能够使我们浏览我们的单元测试;以两种方法进行代码覆盖测试:使用Coverage Browser或者指定文件的Coverage Fileview方式。
This tool enabled us to look at our unit tests. code coverage in two ways: with the coverage Browser or the file-specific coverage Fileview.
应用推荐