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.
-
Interface SummaryInterfaceDescriptionFunctional interface for registering an
@AfterEachmethod as a pseudo-extension.Functional interface for registering a@BeforeEachmethod as a pseudo-extension.ExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T> -
Class SummaryClassDescription
ConditionEvaluatorevaluatesExecutionConditionextensions.ExecutableInvokerencapsulates the invocation of aExecutable(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers.ExtensionValuesStoreis used inside implementations ofExtensionContextto store and retrieve values.