Interface QuarkusMainLauncher


  • public interface QuarkusMainLauncher
    This interface is meant to be used on test methods as a method parameter. It allows the launching a command line application with arbitrary parameters. See also LaunchResult and Launch
    • Method Detail

      • launch

        LaunchResult launch​(String... args)
        Launch the command line application with the given parameters.