| Package | Description |
|---|---|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
private ConditionEvaluationResult |
ConditionEvaluator.evaluate(ExecutionCondition condition,
ExtensionContext context) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DisabledCondition
ExecutionCondition that supports the @Disabled annotation. |