4

问题:

代理的目的是什么?

在所有文档中,没有一个直接解释为什么存在代理 - 然而,它似乎是 intern.js 难题的重要组成部分。

它的责任是什么,代理在许多功能(在测试上下文中不是功能)功能中使用了哪些功能,哪些功能没有使用它。

它只是跨越几个配置参数。任何澄清将不胜感激。

附带说明:

实习生是一个很棒的工具,但是文档确实很缺乏。我渴望为改进文档做出贡献,但是,我需要先接受教育。

4

1 回答 1

0

The instrumenting proxy is described briefly in the documentation on Running Intern. Its primary purpose is to generate instrumented code at runtime for code coverage analysis. If you are performing functional testing, and your test page uses JavaScript, and you want to get code coverage data, you need the instrumenting proxy.

于 2014-02-28T04:43:33.820 回答