Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以对 icarus 进行扩展,以监听来自测试运行的事件并将结果处理到 ie。咆哮。我一直在搜索互联网,但找不到这样做的方法。
谢谢
可以扩展 Icarus(通过提供实现 IPackage 的插件),但这实际上更像是一个通用的 Gallio 问题。
实现目标的最简单方法是实现测试运行器扩展,请参阅 Gallio.Runner.Extensions.DebugExtension 示例。