@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface LaunchWith
SeedLauncher
used to launch the tested application. It can also
alter the launch mode.Modifier and Type | Optional Element and Description |
---|---|
LaunchMode |
mode
The launch mode of the tested application.
|
boolean |
separateThread
If the launch should occur in a separate thread.
|
Class<? extends SeedLauncher> |
value
The
SeedLauncher implementation used for launching the tested application. |
public abstract Class<? extends SeedLauncher> value
SeedLauncher
implementation used for launching the tested application.public abstract LaunchMode mode
Copyright © 2013-2018–2019 SeedStack. All rights reserved.