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 Summary

    Modifier and Type
    Method
    Description
    launch(String... args)
    Launch the command line application with the given parameters.
  • Method Details

    • launch

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