| Package | Description |
|---|---|
| org.junit.jupiter.api.condition |
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
EnabledInNativeImage
@EnabledInNativeImage is used to signal that the annotated test class
or test method is only enabled when executing within a GraalVM native
image. |
| Modifier and Type | Method and Description |
|---|---|
protected ConditionEvaluationResult |
EnabledIfSystemPropertyCondition.evaluate(EnabledIfSystemProperty annotation) |