| 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 |
DisabledInNativeImage
@DisabledInNativeImage is used to signal that the annotated test class
or test method is only disabled when executing within a GraalVM native
image. |
| Modifier and Type | Method and Description |
|---|---|
protected ConditionEvaluationResult |
DisabledIfSystemPropertyCondition.evaluate(DisabledIfSystemProperty annotation) |