[rules-users] How to Analyze Rule Test Coverage?

Corneil du Plessis corneil at tsctech.com
Fri Jan 21 05:11:29 EST 2011


Your can use the various EventListeners like ProcessEventListener to 
collect statistics about rule execution while your tests are executing.

On 21/01/2011 11:58, hyjshanghai wrote:
> I am now using Cobertura to evaluate the test coverage on my Java
> application.
> However, Drools rules are not counted by Cobertura, because classes for
> rules are dynamically created and therefore not instrumented by Cobertura
> for static analysis.
>
> How can we automatically analyze the test coverage on Drools rules?



More information about the rules-users mailing list