开发者

Extension to icarus

开发者 https://www.devze.com 2023-01-16 17:05 出处:网络
Is it possible to make an extension to icarus that listens to the events from the test run and handles the resul开发者_Go百科t on to ie. growl.

Is it possible to make an extension to icarus that listens to the events from the test run and handles the resul开发者_Go百科t on to ie. growl. I have been searching the internets and could not find a way to do this.

THX


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消