Package io.quarkus.test.junit.main
Annotation Type Launch
-
@Target(METHOD) @Retention(RUNTIME) public @interface Launch
Annotation forQuarkusMainTestandQuarkusMainIntegrationTestthat is used to launch command line applications. The annotation is meant to be used on test methods only. See alsoLaunchResultandQuarkusMainLauncher
-
-
Element Detail
-
value
String[] value
The program arguments to launch with- Default:
- {""}
-
-