伊卡洛斯的扩展

发布于 2024-09-24 02:36:43 字数 76 浏览 2 评论 0原文

是否可以对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随风而去 2024-10-01 02:36:43

可以扩展 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文