taz1988 commented on code in PR #10464:
URL: https://github.com/apache/nifi/pull/10464#discussion_r2463198974


##########
nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/command/ManagementServerBootstrapCommand.java:
##########
@@ -107,6 +107,14 @@ public void run() {
         }
     }
 
+    public ManagementServerPath getManagementServerPath() {
+        return managementServerPath;
+    }
+
+    public ResponseStreamHandler getResponseStreamHandler() {
+        return responseStreamHandler;
+    }

Review Comment:
   I created those to be able to write a unit test, to check there class type, 
so I can test that the functionality works correctly. I am okay to find another 
solution, but I don't want to use reflection. Do you have any alternative 
solution to be able to read the fields from the unit test?
   



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

Reply via email to