ChinchuAjith commented on code in PR #6405:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6405#discussion_r2239980628


##########
kie-dmn/kie-dmn-core/src/test/java/org/kie/dmn/core/util/DMNTestUtil.java:
##########
@@ -42,4 +53,58 @@ public static DMNModel getAndAssertModelNoErrors(final 
DMNRuntime runtime, final
     public static Function<String, Reader> getRelativeResolver(String key, 
String content) {
         return s -> s.equals(key) ? new StringReader(content) : null;
     }
+
+    /**
+     * Dynamically loads and instantiates the latest version of DMNTypeRegistry
+     * @return DMNTypeRegistry
+     */
+    public static DMNTypeRegistry getLatestDMNTypeRegistry() {

Review Comment:
   Moved to the core package



-- 
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]

Reply via email to