伊卡洛斯的扩展
是否可以对 icarus 进行扩展,监听测试运行中的事件并将结果处理到 ie 上。咆哮。 我一直在互联网上搜索,但找不到方法来做到这一点。
Is it possible to make an extension to icarus that listens to the events from the test run and handles the result on to ie. growl.
I have been searching the internets and could not find a way to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以扩展 Icarus(通过提供实现 IPackage 的插件),但这实际上更多是一个通用的 Gallio 问题。
实现目标的最简单方法是实现测试运行器扩展,有关示例,请参阅 Gallio.Runner.Extensions.DebugExtension。
It is possible to extend Icarus (by providing a plugin that implements IPackage), but this is actually more of a generic Gallio question.
The easiest way to achieve your goal would be to implement a Test Runner Extension, see Gallio.Runner.Extensions.DebugExtension for an example.