是否可以在 Monotouch 中设置代码覆盖率?
我发现这些文章解释了如何在 XCode 中执行此操作:http: //softnoise.wordpress.com/2010/11/14/ios-running-unit-tests-with-code-coverage-in-hudson/ 和 http ://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/
在 XCode 中需要执行以下操作:在“GCC 4.2 Preprocessing”部分启用“Generate Test Coverage Files”和“Instrument Program Flow”,并将 -lgcov 添加到“Linking”部分的“other linker flags”。
我还没有找到一种方法来实现单点触控。