Annotation Interface Launch


@Target(METHOD) @Retention(RUNTIME) public @interface Launch
Annotation for QuarkusMainTest and QuarkusMainIntegrationTest that is used to launch command line applications. The annotation is meant to be used on test methods only. See also LaunchResult and QuarkusMainLauncher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Expected return code
    The program arguments to launch with
  • Element Details

    • value

      String[] value
      The program arguments to launch with
      Default:
      {""}
    • exitCode

      int exitCode
      Expected return code
      Default:
      0