| Package | Description |
|---|---|
| org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| Class and Description |
|---|
| JupiterEngineExecutionContext |
| Class and Description |
|---|
| AfterEachMethodAdapter
Functional interface for registering an
@AfterEach method
as a pseudo-extension. |
| BeforeEachMethodAdapter
Functional interface for registering a
@BeforeEach method
as a pseudo-extension. |
ConditionEvaluator
ConditionEvaluator evaluates ExecutionCondition extensions. |
InterceptingExecutableInvoker
InterceptingExecutableInvoker encapsulates the invocation of a
Executable (i.e., method or constructor),
including support for dynamic resolution of method parameters via
ParameterResolvers. |
| InterceptingExecutableInvoker.ReflectiveInterceptorCall |
| InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall |
| InvocationInterceptorChain |
| JupiterEngineExecutionContext |
| TestInstancesProvider |