Interface TestService<T>
-
- All Known Implementing Classes:
TestServiceImpl
public interface TestService<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(T target, Map<String,org.kie.api.runtime.KieSession> ksessions, org.drools.core.addon.TypeResolver resolver, org.junit.runner.notification.RunListener listener)
-