@API(status=EXPERIMENTAL, since="5.3") @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited public @interface Execution
@Execution
is used to configure the parallel execution
mode of a test class or test method.
Since JUnit Jupiter 5.4, this annotation is inherited within class hierarchies.
ResourceLock
Modifier and Type | Required Element and Description |
---|---|
ExecutionMode |
value
The required/preferred execution mode.
|
public abstract ExecutionMode value
ExecutionMode
Copyright © 2022. All rights reserved.