| Class |
Description |
|
ConditionEvaluationContext
|
Delegate object for GroovyEnabledIf and GroovyDisabledIf closures,
providing convenient access to environment, system properties, and JUnit context. |
|
ExpectedToFailContext
|
Delegate for closure predicates supplied to ExpectedToFail, exposing
the thrown exception under three convenient names: ex (the
Throwable itself), message (its message), and cause
(its cause, possibly null). |
|
ExpectedToFailExtension
|
JUnit 5 InvocationInterceptor backing the ExpectedToFail
annotation. |
|
ForkedJvmExtension
|
JUnit 5 InvocationInterceptor backing the ForkedJvm
annotation. |
|
ForkedJvmTestRunner
|
Child-JVM entry point for ForkedJvm-annotated tests. |
|
GroovyConditionExtension
|
JUnit ExecutionCondition that evaluates Groovy closures from
GroovyEnabledIf and GroovyDisabledIf annotations. |
|
GroovyJUnitRunnerHelper
|
Helper for launching a single JUnit Platform test class from Groovy's JUnit 6 runner. |
|
JUnit6Runner
|
Integration code for running JUnit 6 (Jupiter) tests in Groovy. |