Uses of Package
org.junit.jupiter.engine.execution
-
Packages that use org.junit.jupiter.engine.execution 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. -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine Class Description JupiterEngineExecutionContext -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.descriptor Class 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
evaluatesExecutionCondition
extensions.InterceptingExecutableInvoker InterceptingExecutableInvoker
encapsulates the invocation of aExecutable
(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers
.InterceptingExecutableInvoker.ReflectiveInterceptorCall InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall InvocationInterceptorChain JupiterEngineExecutionContext TestInstancesProvider -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.execution Class Description ConditionEvaluationException Thrown if an error is encountered while evaluating anExecutionCondition
.DefaultTestInstances InterceptingExecutableInvoker.ReflectiveInterceptorCall InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall InvocationInterceptorChain InvocationInterceptorChain.InterceptorCall InvocationInterceptorChain.VoidInterceptorCall JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder JupiterEngineExecutionContext.State TestInstancesProvider