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
      void run​(T target, Map<String,​org.kie.api.runtime.KieSession> ksessions, org.drools.core.addon.TypeResolver resolver, org.junit.runner.notification.RunListener listener)  
    • Method Detail

      • run

        void run​(T target,
                 Map<String,​org.kie.api.runtime.KieSession> ksessions,
                 org.drools.core.addon.TypeResolver resolver,
                 org.junit.runner.notification.RunListener listener)