Uses of Package
org.junit.jupiter.engine.execution
Packages that use org.junit.jupiter.engine.execution
Package
Description
Core package for the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine
-
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.descriptorClassDescriptionFunctional interface for registering an
@AfterEachmethod as a pseudo-extension.Functional interface for registering a@BeforeEachmethod as a pseudo-extension.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. -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.executionClassDescriptionThrown if an error is encountered while evaluating an
ExecutionCondition.ExtensionValuesStoreis used inside implementations ofExtensionContextto store and retrieve values.