Eclipse stops complaing when I cast:
AgendaEventListener ael = mock(AgendaEventListener.class);
ksession.addEventListener((org.drools.event.rule.AgendaEventListener)
ael);
But compilation does fail:
org.drools.event.AgendaEventListener$$EnhancerByMockitoWithCGLIB$$55528e36
cannot be cast to org.drools.event.rule.AgendaEventListener
--
View this message in context:
http://drools.46999.n3.nabble.com/JUnit-Test-Mockito-AgendaEventListener-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.