clebertsuconic commented on PR #6426: URL: https://github.com/apache/artemis/pull/6426#issuecomment-4422365340
@jbertram that shell thing is a terminal / UI thing. I could not find a way to test / validate the functionailty other than UI test it. The terminal is using a PiccoCLI library that's using native calls to setup the terminals and input / output directly with the keyboard. If I created a piped input to simulate input / output, I wouldn't be actually testing that portion. some part of the CLI are using System.input to ask certain defaults.. and those parts are possible to validate. i will write a test to simulate the creation of the file, but I won't be able to do a full Shell test because of this limitation. -- 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]
