Class TestingEventListener

java.lang.Object
org.drools.compiler.testframework.TestingEventListener
All Implemented Interfaces:
EventListener, AgendaEventListener

public class TestingEventListener extends Object implements AgendaEventListener
This tracks what is happening in the engine with rule activations and firings. It also allows you to choose what to include/exclude from firing. If a rule is not allowed to fire, it will still be counted as an activation. If it is allowed to fire, then it will only be counted after the activation is fired.