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@AfterEachmethod as a pseudo-extension.BeforeEachMethodAdapter Functional interface for registering a@BeforeEachmethod as a pseudo-extension.ConditionEvaluator ConditionEvaluatorevaluatesExecutionConditionextensions.ExecutableInvoker ExecutableInvokerencapsulates the invocation of aExecutable(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers.ExecutableInvoker.ReflectiveInterceptorCall ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall ExtensionValuesStore ExtensionValuesStoreis used inside implementations ofExtensionContextto 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 ExtensionValuesStoreis used inside implementations ofExtensionContextto store and retrieve values.ExtensionValuesStore.CompositeKey ExtensionValuesStore.StoredValue InvocationInterceptorChain InvocationInterceptorChain.InterceptorCall InvocationInterceptorChain.VoidInterceptorCall JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder JupiterEngineExecutionContext.State TestInstancesProvider