You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/25 19:29:58 UTC

[GitHub] [ignite-3] Flaugh24 commented on a diff in pull request #1473: IGNITE-18220: Implement integration tests for completers

Flaugh24 commented on code in PR #1473:
URL: https://github.com/apache/ignite-3/pull/1473#discussion_r1056990393


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/CliCommandTestNotInitializedIntegrationBase.java:
##########
@@ -106,6 +107,10 @@ protected void execute(String... args) {
         exitCode = cmd.execute(args);
     }
 
+    protected CommandLine getCmd() {

Review Comment:
   Why do you need this method? You can just make cmd protected. 



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org