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.ExecutableInvoker ExecutableInvoker
encapsulates the invocation of aExecutable
(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers
.ExecutableInvoker.ReflectiveInterceptorCall ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall ExtensionValuesStore ExtensionValuesStore
is used inside implementations ofExtensionContext
to store and retrieve values.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 ExecutableInvoker.ReflectiveInterceptorCall ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall ExtensionValuesStore ExtensionValuesStore
is used inside implementations ofExtensionContext
to store and retrieve values.ExtensionValuesStore.CompositeKey InvocationInterceptorChain InvocationInterceptorChain.InterceptorCall InvocationInterceptorChain.VoidInterceptorCall JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder JupiterEngineExecutionContext.State TestInstancesProvider