Description
In Quarkus dist testsuite, we use as a parameter of test the result of launch (LaunchResult) and almost always, we cast it to CLIResult. It should be possible to use directly the CLIResult.
Also we could leverage the assertions we already have there to unify the testsuite and use assertThat whenever possible.
Discussion
No response
Motivation
No response
Details
No response