tkobayas commented on issue #6357: URL: https://github.com/apache/incubator-kie-drools/issues/6357#issuecomment-3088810124
For rule unit use case, `RuleUnit` is injected. https://github.com/apache/incubator-kie-drools/blob/85e510fb18681f82a6595769730dba47488fc68d/drools-quarkus-extension/drools-quarkus-ruleunit-integration-test/src/test/java/org/drools/quarkus/ruleunit/test/RuntimeTest.java You can create a `RuleUnitInstance` via the injected `RuleUnit` and let it fire. Does it meet your purpose? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
