gitgabrio commented on code in PR #2206:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2206#discussion_r2028235984
##########
jitexecutor/jitexecutor-dmn/src/test/java/org/kie/kogito/jitexecutor/dmn/DMNEvaluatorTest.java:
##########
@@ -45,6 +59,13 @@ public static void setup() throws IOException {
invalidModel =
getModelFromIoUtils("invalid_models/DMNv1_5/DMN-Invalid.dmn");
}
+ private static Stream<Arguments> provideParametersForRemoveDuplicates() {
Review Comment:
Hi @AthiraHari77 could you pls move to bottom of the class ? Thanks!
##########
jitexecutor/jitexecutor-dmn/src/test/java/org/kie/kogito/jitexecutor/dmn/api/JITDMNResourceTest.java:
##########
@@ -77,6 +76,16 @@ public static void setup() throws IOException {
modelWithNestedConditionalEvaluationHitIds =
getModelFromIoUtils("valid_models/DMNv1_5/NestedConditional.dmn");
}
+ static Map<String, Object> buildMultipleHitContext() {
Review Comment:
Please move to bottom of class
--
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]