Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.execution
package org.junit.jupiter.engine.execution
Internal classes for test execution within the JUnit Jupiter test engine.
-
InterfaceDescriptionFunctional interface for registering an
@AfterEach
method as a pseudo-extension.Functional interface for registering a@BeforeEach
method as a pseudo-extension.ExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T> -
ClassDescription
ConditionEvaluator
evaluatesExecutionCondition
extensions.ExecutableInvoker
encapsulates the invocation of aExecutable
(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers
.ExtensionValuesStore
is used inside implementations ofExtensionContext
to store and retrieve values.