| Class | Description |
|---|---|
| ConditionEvaluationContext | Delegate object for GroovyEnabledIf and GroovyDisabledIf closures, providing convenient access to environment, system properties, and JUnit context. |
| GroovyConditionExtension | JUnit ExecutionCondition that evaluates Groovy closures from GroovyEnabledIf and GroovyDisabledIf annotations. |
| GroovyJUnitRunnerHelper | |
| JUnit6Runner | Integration code for running JUnit 6 (Jupiter) tests in Groovy. |
| Annotation Type | Description |
|---|---|
| GroovyDisabledIf | Disables the annotated test class or method if the Groovy closure evaluates to true. |
| GroovyEnabledIf | Enables the annotated test class or method if the Groovy closure evaluates to true. |